This documentation is archived and is not being maintained.
ArtifactPropertyValue Constructor (ArtifactSpec, String, array<Byte>)
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, array<unsigned char>^ value )
Parameters
- artifactSpec
- Type: Microsoft.TeamFoundation.Framework.Client::ArtifactSpec
The artifact specifier.
- propertyName
- Type: System::String
The property name.
- value
- Type: array<System::Byte>
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: