ConnectionInfoServer Property |
The server this connection is to.
Namespace: Rally.RestApi.ConnectionAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public virtual Uri Server { get; set; }
Public Overridable Property Server As Uri
Get
Set
public:
virtual property Uri^ Server {
Uri^ get ();
void set (Uri^ value);
}
abstract Server : Uri with get, set
override Server : Uri with get, set
Property Value
Type:
UriSee Also