Gets or sets the server address for this service.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
string ServerAddress { get; set; }
Visual Basic (Declaration)
Property ServerAddress As String
Visual C++
property String^ ServerAddress {
	String^ get ();
	void set (String^ value);
}

Remarks

This parameter is only used if NeedsServerAddress() returns true.

See Also