Identity.Domain Property
The domain which qualifies the account name of an identity.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property Domain As String
'Usage
Dim instance As Identity
Dim value As String
value = instance.Domain
instance.Domain = value
public string Domain { get; set; }
public:
property String^ Domain {
String^ get ();
void set (String^ value);
}
public function get Domain () : String
public function set Domain (value : String)
Property Value
Type: System.String
Remarks
The domain can be specified in the form of one of the following examples:
AdventureWorks\JAaberg
ProjectUri\Groupname
ProjectGUID\Groupname
.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.