Share via


OrganizationDetail.FriendlyName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the friendly name of the organization.

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

Syntax

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

Property Value

Type: System.String

Type: String
The friendly name of the organization.

Remarks

The friendly name was defined when the organization was provisioned.

See Also

OrganizationDetail Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright