IPropertyService.SetProperty Method (ArtifactSpec, String, String)

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 String _
)
void SetProperty(
    ArtifactSpec artifactSpec,
    string propertyName,
    string value
)
void SetProperty(
    ArtifactSpec^ artifactSpec, 
    String^ propertyName, 
    String^ value
)
abstract SetProperty : 
        artifactSpec:ArtifactSpec * 
        propertyName:string * 
        value:string -> unit 
function SetProperty(
    artifactSpec : ArtifactSpec, 
    propertyName : String, 
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

IPropertyService Interface

SetProperty Overload

Microsoft.TeamFoundation.Framework.Client Namespace