ArtifactPropertyValue Constructor (ArtifactSpec, String, Nullable<Int32>)
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 Nullable(Of Integer) _
)
public ArtifactPropertyValue(
ArtifactSpec artifactSpec,
string propertyName,
Nullable<int> value
)
public:
ArtifactPropertyValue(
ArtifactSpec^ artifactSpec,
String^ propertyName,
Nullable<int> value
)
new :
artifactSpec:ArtifactSpec *
propertyName:string *
value:Nullable<int> -> ArtifactPropertyValue
public function ArtifactPropertyValue(
artifactSpec : ArtifactSpec,
propertyName : String,
value : Nullable<int>
)
Parameters
- artifactSpec
Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpec
The artifact specifier.
- propertyName
Type: System.String
The property name.
- value
Type: System.Nullable<Int32>
The 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.