Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.