public virtual string DefaultDomainAccountDomain { get; }
Public Overridable ReadOnly Property DefaultDomainAccountDomain As String
Get
public:
virtual property String^ DefaultDomainAccountDomain {
String^ get ();
}
abstract DefaultDomainAccountDomain : string with get
override DefaultDomainAccountDomain : string with get
The base class implementation always throw a NotSupportedException.
NotSupportedException | Using a default domain name is not supported. |