WorkflowRole.GetIdentities Metod

Definition

När den implementeras i en härledd klass hämtas identiteterna som finns i den här WorkflowRole.

public:
 abstract System::Collections::Generic::IList<System::String ^> ^ GetIdentities();
public abstract System.Collections.Generic.IList<string> GetIdentities();
abstract member GetIdentities : unit -> System.Collections.Generic.IList<string>
Public MustOverride Function GetIdentities () As IList(Of String)

Returer

En lista över namnen på identiteterna som ingår i den här WorkflowRole.

Gäller för