IPropertyService.SetProperty Method (ArtifactSpec, String, Nullable<Int32>)

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Sub SetProperty ( _
    artifactSpec As ArtifactSpec, _
    propertyName As String, _
    value As Nullable(Of Integer) _
)
void SetProperty(
    ArtifactSpec artifactSpec,
    string propertyName,
    Nullable<int> value
)
void SetProperty(
    ArtifactSpec^ artifactSpec, 
    String^ propertyName, 
    Nullable<int> value
)
abstract SetProperty : 
        artifactSpec:ArtifactSpec * 
        propertyName:string * 
        value:Nullable<int> -> unit 
function SetProperty(
    artifactSpec : ArtifactSpec, 
    propertyName : String, 
    value : Nullable<int>
)

Parameters

.NET Framework Security

See Also

Reference

IPropertyService Interface

SetProperty Overload

Microsoft.TeamFoundation.Framework.Client Namespace