Gets and sets of the ServiceURL property. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http.

Namespace: Amazon.Runtime
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ServiceURL { get; set; }
Public Property ServiceURL As String
	Get
	Set
public:
property String^ ServiceURL {
	String^ get ();
	void set (String^ value);
}

See Also