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
- 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.