ArtifactPropertyValue Constructor (ArtifactSpec, String, String)

Creates a nonversioned moniker property-value.

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

Syntax

'宣言
Public Sub New ( _
    artifactSpec As ArtifactSpec, _
    propertyName As String, _
    value As String _
)
public ArtifactPropertyValue(
    ArtifactSpec artifactSpec,
    string propertyName,
    string value
)
public:
ArtifactPropertyValue(
    ArtifactSpec^ artifactSpec, 
    String^ propertyName, 
    String^ value
)
new : 
        artifactSpec:ArtifactSpec * 
        propertyName:string * 
        value:string -> ArtifactPropertyValue
public function ArtifactPropertyValue(
    artifactSpec : ArtifactSpec, 
    propertyName : String, 
    value : String
)

Parameters

.NET Framework Security

See Also

Reference

ArtifactPropertyValue Class

ArtifactPropertyValue Overload

Microsoft.TeamFoundation.Framework.Client Namespace