HumanRoles.PotentialOwners Property

Gets or sets the string representing the users who should be assigned the task.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public Property PotentialOwners As String()
    Get
    Set
'Usage
Dim instance As HumanRoles
Dim value As String()

value = instance.PotentialOwners

instance.PotentialOwners = value
public string[] PotentialOwners { get; set; }

Property Value

Type: []

See Also

Reference

HumanRoles Class

HumanRoles Members

OBA.Server.Taskflow Namespace