OrganizationDetail.UrlName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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