Gets or sets the hostname.
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public string Hostname { get; set; } |
Visual Basic |
---|
Public Property Hostname As String Get Set |
Visual C++ |
---|
public: property String^ Hostname { String^ get (); void set (String^ value); } |