AssignEntity.Entity 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 resulting record following the assignment to a new owner.
public:
property System::Activities::OutArgument<Microsoft::Xrm::Sdk::Entity ^> ^ Entity { System::Activities::OutArgument<Microsoft::Xrm::Sdk::Entity ^> ^ get(); void set(System::Activities::OutArgument<Microsoft::Xrm::Sdk::Entity ^> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Entity updated after the assign operation.")]
public System.Activities.OutArgument<Microsoft.Xrm.Sdk.Entity> Entity { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Entity updated after the assign operation.")>]
member this.Entity : System.Activities.OutArgument<Microsoft.Xrm.Sdk.Entity> with get, set
Public Property Entity As OutArgument(Of Entity)
Property Value
The resulting record following the assignment to a new owner.
- Attributes