DeploymentServiceFault.ErrorDetails Property
Applies To: Dynamics CRM 2015
Gets or sets the collection of detailed information about the error.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public ErrorDetailCollection ErrorDetails { get; set; }
public:
[DataMemberAttribute]
property ErrorDetailCollection^ ErrorDetails {
ErrorDetailCollection^ get();
void set(ErrorDetailCollection^ value);
}
[<DataMemberAttribute>]
member ErrorDetails : ErrorDetailCollection with get, set
<DataMemberAttribute>
Public Property ErrorDetails As ErrorDetailCollection
Property Value
Type: Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection
Type: ErrorDetailCollection
The collection of error information.
See Also
DeploymentServiceFault Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright