ArtifactPropertyValue.Spec Property
Gets the artifact specifier that is associated with this instance.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Spec As ArtifactSpec
public ArtifactSpec Spec { get; internal set; }
public:
property ArtifactSpec^ Spec {
ArtifactSpec^ get ();
internal: void set (ArtifactSpec^ value);
}
member Spec : ArtifactSpec with get, internal set
function get Spec () : ArtifactSpec
internal function set Spec (value : ArtifactSpec)
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpec
The artifact specifier that is associated with this instance.
.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.