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

See Also

Reference

ArtifactPropertyValue Class

Microsoft.TeamFoundation.Framework.Client Namespace