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