TrackLicenseResponse.Servers Property
Applies To: Dynamics CRM 2015
Gets or sets the servers 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<string> Servers { get; set; }
public:
[DataMemberAttribute]
property DataCollection<String^>^ Servers {
DataCollection<String^>^ get();
void set(DataCollection<String^>^ value);
}
[<DataMemberAttribute>]
member Servers : DataCollection<string> with get, set
<DataMemberAttribute>
Public Property Servers As DataCollection(Of String)
Property Value
Type: Microsoft.Xrm.Sdk.DataCollection<String>
Type: DataCollection<T><String>
The collection of servers.
See Also
TrackLicenseResponse Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright