 | FileServerElementdomain Property |
Gets or sets the domain.
Namespace:
Koden.Utils.IO.ConfigFileSections
Assembly:
Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntaxpublic string domain { get; set; }
Public Property domain As String
Get
Set
public:
property String^ domain {
String^ get ();
void set (String^ value);
}
member domain : string with get, set
Property Value
Type:
String
The domain.
See Also