Share via


IdentityRef.Id Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "id")> _
Public Property Id As String
[DataMemberAttribute(Name = "id")]
public string Id { get; set; }
[DataMemberAttribute(Name = L"id")]
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "id")>]
member Id : string with get, set
function get Id () : String 
function set Id (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IdentityRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace