GetPrimaryEntity.PrimaryEntityReference 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 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