InitializeFromRequest.EntityMoniker Property

Definition

Gets or sets the record that is the source for initializing.

public:
 property Microsoft::Xrm::Sdk::EntityReference ^ EntityMoniker { Microsoft::Xrm::Sdk::EntityReference ^ get(); void set(Microsoft::Xrm::Sdk::EntityReference ^ value); };
public Microsoft.Xrm.Sdk.EntityReference EntityMoniker { get; set; }
member this.EntityMoniker : Microsoft.Xrm.Sdk.EntityReference with get, set
Public Property EntityMoniker As EntityReference

Property Value

The record that is the source for initializing.

Applies to