ServerAddress Property (RemoteAgent)
In This Topic
The name or IP address of the agent computer.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property ServerAddress As String
[CanBeNull()]
public string ServerAddress {get; set;}
[CanBeNull()]
public:
property String^ ServerAddress {
String^ get();
void set ( String^ value);
}
See Also