AssignEntity.Owner 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.
Sets the new owner for the record.
public:
property System::Activities::InArgument<Microsoft::Xrm::Sdk::EntityReference ^> ^ Owner { System::Activities::InArgument<Microsoft::Xrm::Sdk::EntityReference ^> ^ get(); void set(System::Activities::InArgument<Microsoft::Xrm::Sdk::EntityReference ^> ^ value); };
[System.ComponentModel.Description("Id of the step this activity corresponds to.")]
public System.Activities.InArgument<Microsoft.Xrm.Sdk.EntityReference> Owner { get; set; }
[<System.ComponentModel.Description("Id of the step this activity corresponds to.")>]
member this.Owner : System.Activities.InArgument<Microsoft.Xrm.Sdk.EntityReference> with get, set
Public Property Owner As InArgument(Of EntityReference)
Property Value
The ID of the record to assign.
- Attributes