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
'Declaration
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
artifactSpec
Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpecThe artifact specifier.
propertyName
Type: System.StringThe property name.
value
Type: System.StringThe value.
.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.