Share via


TeamFoundationIdentityReference.Id Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Id As String
[DataMemberAttribute]
public string Id { get; set; }
[DataMemberAttribute]
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
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

TeamFoundationIdentityReference Class

Microsoft.TeamFoundation.Common Namespace