Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub SetProperty ( _
    artifactSpec As ArtifactSpec, _
    propertyName As String, _
    value As Nullable(Of Double) _
)
void SetProperty(
    ArtifactSpec artifactSpec,
    string propertyName,
    Nullable<double> value
)
void SetProperty(
    ArtifactSpec^ artifactSpec, 
    String^ propertyName, 
    Nullable<double> value
)
abstract SetProperty : 
        artifactSpec:ArtifactSpec * 
        propertyName:string * 
        value:Nullable<float> -> unit 
function SetProperty(
    artifactSpec : ArtifactSpec, 
    propertyName : String, 
    value : Nullable<double>
)
Parameters
- artifactSpec
 Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpec
- propertyName
 Type: System.String
- value
 Type: System.Nullable<Double>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.