RetrieveUserIdByExternalIdRequest.OrganizationName Property
Applies To: Dynamics CRM 2015
Gets or sets the unique name of the organization that the target system user is a member of.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string OrganizationName { get; set; }
public:
[DataMemberAttribute]
property String^ OrganizationName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member OrganizationName : string with get, set
<DataMemberAttribute>
Public Property OrganizationName As String
Property Value
Type: System.String
Type: String
The unique name of the organization that the target system user is a member of.
See Also
RetrieveUserIdByExternalIdRequest Class
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright