TrackLicenseResponse.Users Property
Applies To: Dynamics CRM 2015
Gets or sets the users returned from the license request.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public DataCollection<OrganizationUserInfo> Users { get; set; }
public:
[DataMemberAttribute]
property DataCollection<OrganizationUserInfo^>^ Users {
DataCollection<OrganizationUserInfo^>^ get();
void set(DataCollection<OrganizationUserInfo^>^ value);
}
[<DataMemberAttribute>]
member Users : DataCollection<OrganizationUserInfo> with get, set
<DataMemberAttribute>
Public Property Users As DataCollection(Of OrganizationUserInfo)
Property Value
Type: Microsoft.Xrm.Sdk.DataCollection<OrganizationUserInfo>
Type:DataCollection<T><OrganizationUserInfo>
The collection of users.
See Also
TrackLicenseResponse Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright