Compartir a través de


GetPrimaryEntity.PrimaryEntityReference Property

Definition

Gets the entity reference for the primary entity.

public:
 property System::Activities::OutArgument<Microsoft::Xrm::Sdk::EntityReference ^> ^ PrimaryEntityReference { System::Activities::OutArgument<Microsoft::Xrm::Sdk::EntityReference ^> ^ get(); void set(System::Activities::OutArgument<Microsoft::Xrm::Sdk::EntityReference ^> ^ value); };
[System.ComponentModel.Description("EntityReference to the primary entity of the workflow instance.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.OutArgument<Microsoft.Xrm.Sdk.EntityReference> PrimaryEntityReference { get; set; }
[<System.ComponentModel.Description("EntityReference to the primary entity of the workflow instance.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.PrimaryEntityReference : System.Activities.OutArgument<Microsoft.Xrm.Sdk.EntityReference> with get, set
Public Property PrimaryEntityReference As OutArgument(Of EntityReference)

Property Value

The entity reference for the primary entity.

Attributes

Applies to