Share via


Artifact.ExternalId Property

Gets or sets the Artifact external ID.

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

Syntax

'Declaration
Public Property ExternalId As String
'Usage
Dim instance As Artifact 
Dim value As String 

value = instance.ExternalId

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Artifact Class

Artifact Members

Microsoft.TeamFoundation Namespace