OrganizationServiceContextExtensions.RetrieveLicenseInfo<TResponse> Method (OrganizationServiceContext, Int32)
Applies To: Dynamics CRM 2015
Retrieves the number of licenses for a deployment of Microsoft Dynamics CRM. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static TResponse RetrieveLicenseInfo<TResponse>(
this OrganizationServiceContext context,
int accessMode
)
where TResponse : OrganizationResponse
public:
generic<typename TResponse>
where TResponse : OrganizationResponse
[ExtensionAttribute]
static TResponse RetrieveLicenseInfo(
OrganizationServiceContext^ context,
int accessMode
)
static member RetrieveLicenseInfo<'TResponse when 'TResponse : OrganizationResponse> :
context:OrganizationServiceContext *
accessMode:int -> 'TResponse
<ExtensionAttribute>
Public Shared Function RetrieveLicenseInfo(Of TResponse As OrganizationResponse) (
context As OrganizationServiceContext,
accessMode As Integer
) As TResponse
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- accessMode
Type: System.Int32
Return Value
Type: TResponse
Returns String.
Type Parameters
- TResponse
Remarks
This is a method wrapper for the RetrieveLicenseInfoRequest and RetrieveLicenseInfoResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright