ArtifactPropertyValue Constructor (ArtifactSpec, String, array<Byte[])
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 Byte() _
)
public ArtifactPropertyValue(
ArtifactSpec artifactSpec,
string propertyName,
byte[] value
)
public:
ArtifactPropertyValue(
ArtifactSpec^ artifactSpec,
String^ propertyName,
array<unsigned char>^ value
)
new :
artifactSpec:ArtifactSpec *
propertyName:string *
value:byte[] -> ArtifactPropertyValue
public function ArtifactPropertyValue(
artifactSpec : ArtifactSpec,
propertyName : String,
value : byte[]
)
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.
.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.