Gets or sets the name of the domain.
            
        
        Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public string DomainName { get; private set; }  | 
| Visual Basic | 
|---|
Public Property DomainName As String Get Private Set  | 
| Visual C++ | 
|---|
public: property String^ DomainName { String^ get (); private: void set (String^ value); }  |