DeploymentServiceFault.ErrorDetails Property

Definition

Gets or sets the collection of detailed information about the error.

public:
 property Microsoft::Xrm::Sdk::Deployment::ErrorDetailCollection ^ ErrorDetails { Microsoft::Xrm::Sdk::Deployment::ErrorDetailCollection ^ get(); void set(Microsoft::Xrm::Sdk::Deployment::ErrorDetailCollection ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection ErrorDetails { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ErrorDetails : Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection with get, set
Public Property ErrorDetails As ErrorDetailCollection

Property Value

The collection of error information.

Attributes

Applies to