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