ServerAddress Property (Scheduler)
In This Topic
The name or address of the server.
Syntax
'Declaration
<NotNullAttribute()>
Public ReadOnly Property ServerAddress As String
[NotNull()]
public string ServerAddress {get;}
[NotNull()]
public:
property String^ ServerAddress {
String^ get();
}
See Also