This documentation is archived and is not being maintained.
ArtifactPropertyValue Constructor (ArtifactSpec, String, Nullable<DateTime>)
Visual Studio 2013
Creates a nonversioned moniker property-value.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: ArtifactPropertyValue( ArtifactSpec^ artifactSpec, String^ propertyName, Nullable<DateTime> value )
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.
- 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.
Show: