Share via


OrganizationDetail.UrlName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the organization name used in the URL for the organization Web service.

Namespace:   Microsoft.Xrm.Sdk.Discovery
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string UrlName { get; set; }
public:
[DataMemberAttribute]
property String^ UrlName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member UrlName : string with get, set
<DataMemberAttribute>
Public Property UrlName As String

Property Value

Type: System.String

Type: String
The organization name used in the URL for the organization Web service.

Remarks

The organization URL name is AdventureWorksCycle in the following Web service URL example:

https://localhost/AdventureWorksCycle/xrmservices/2011/Organization.svc

See Also

OrganizationDetail Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright