Поделиться через


Credential.Domain Property

Gets the domain.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As Credential
Dim value As String

value = instance.Domain

Syntax

'Declaration
Public Property Domain As String
public string Domain { get; }
public:
property String^ Domain {
    String^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_Domain ()
CompilerGeneratedAttribute 
public function get Domain () : String

Property Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

Credential Class
Credential Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.