RetrieveRequest.EntityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of deployment entity to be retrieved.
public:
property Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType EntityType { Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType get(); void set(Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType EntityType { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.EntityType : Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType with get, set
Public Property EntityType As DeploymentEntityType
Property Value
The type of deployment entity to be retrieved.
- Attributes