CrmConnection.ServiceUri Property
Applies To: Dynamics CRM 2013
Gets or set the organization service URL.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public Uri ServiceUri { get; set; }
public:
property Uri^ ServiceUri {
Uri^ get();
void set(Uri^ value);
}
member ServiceUri : Uri with get, set
Public Property ServiceUri As Uri
Property Value
Type: System.Uri
Type: URI
The organization service URL.
See Also
CrmConnection Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top