TaskItemModel.assigned_entity Property
Public Property assigned_entity() As AssignedEntityModel
This language is not supported or no code example is available.
public AssignedEntityModel assigned_entity {get; set;}
This language is not supported or no code example is available.
public:
property AssignedEntityModel^ assigned_entity {
AssignedEntityModel^ get( );
void set(
AssignedEntityModel^ value
);
}
This language is not supported or no code example is available.
public function get assigned_entity() : AssignedEntityModel;
public function set assigned_entity(value : AssignedEntityModel);
This language is not supported or no code example is available.