RetrieveOrganizationRequest.AccessType Property
Applies To: Dynamics CRM 2015
Gets or sets the access type of the organization’s service endpoint.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute(IsRequired = false)]
public EndpointAccessType AccessType { get; set; }
public:
[DataMemberAttribute(IsRequired = false)]
property EndpointAccessType AccessType {
EndpointAccessType get();
void set(EndpointAccessType value);
}
[<DataMemberAttribute(IsRequired = false)>]
member AccessType : EndpointAccessType with get, set
<DataMemberAttribute(IsRequired := False)>
Public Property AccessType As EndpointAccessType
Property Value
Type: Microsoft.Xrm.Sdk.Discovery.EndpointAccessType
Type: EndpointAccessType
The access type.
Remarks
Identifies the access type of the organization to retrieve.
See Also
RetrieveOrganizationRequest Class
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright