WorkflowInstanceInfo.assignee_type Property
<DataMember()> _
Public Property assignee_type() As Nullable(Of AssignedEntityType)
This language is not supported or no code example is available.
[DataMember()]
public Nullable<AssignedEntityType> assignee_type {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property Nullable<AssignedEntityType^> assignee_type {
Nullable<AssignedEntityType^> get( );
void set(
Nullable<AssignedEntityType^> value
);
}
This language is not supported or no code example is available.