OrganizationDetail.UrlName Property

Definition

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

public:
 property System::String ^ UrlName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string UrlName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.UrlName : string with get, set
Public Property UrlName As String

Property Value

The organization name used in the URL for the organization Web service.

Attributes

Remarks

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

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

Applies to