Share via


ArtifactId.ArtifactType Property

Gets or sets the type of artifact object.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Property ArtifactType As String
'Usage
Dim instance As ArtifactId 
Dim value As String 

value = instance.ArtifactType

instance.ArtifactType = value
public string ArtifactType { get; set; }
public:
property String^ ArtifactType {
    String^ get ();
    void set (String^ value);
}
public function get ArtifactType () : String 
public function set ArtifactType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ArtifactId Class

ArtifactId Members

Microsoft.TeamFoundation Namespace