SetState.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 entity record following the update.
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.ComponentModel.Description("Entity after the new state and status have been set.")]
public System.Activities.OutArgument<Microsoft.Xrm.Sdk.Entity> Entity { get; set; }
[<System.ComponentModel.Description("Entity after the new state and status have been set.")>]
member this.Entity : System.Activities.OutArgument<Microsoft.Xrm.Sdk.Entity> with get, set
Public Property Entity As OutArgument(Of Entity)
Property Value
The resulting entity record following the update.
- Attributes