ErrorInfo.ResourceList Property
Applies To: Dynamics CRM 2015
Gets or sets the array of information about a resource that has a scheduling problem for an appointment.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public ResourceInfo[] ResourceList { get; set; }
public:
[DataMemberAttribute]
property array<ResourceInfo^>^ ResourceList {
array<ResourceInfo^>^ get();
void set(array<ResourceInfo^>^ value);
}
[<DataMemberAttribute>]
member ResourceList : ResourceInfo[] with get, set
<DataMemberAttribute>
Public Property ResourceList As ResourceInfo()
Property Value
Type: Microsoft.Crm.Sdk.Messages.ResourceInfo[]
Type: ResourceInfo[]
The array of information about a resource that has a scheduling problem for an appointment.
See Also
ErrorInfo Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright