Click or drag to resize
ServiceConnectionOrganizationsAsync Property
Gets the organizations asynchronously.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public Task<Organization[]> OrganizationsAsync { get; }

Property Value

Type: TaskOrganization
The organizations.
See Also