Zdieľať cez


AssignEntity.Owner Property

Definition

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

Applies to