CommonDatabaseFunctionsGetSystemOwner Method |
Get the SystemOwner from OData.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static SystemOwner GetSystemOwner(
Uri oDataUri
)
Public Shared Function GetSystemOwner (
oDataUri As Uri
) As SystemOwner
public:
static SystemOwner^ GetSystemOwner(
Uri^ oDataUri
)
static member GetSystemOwner :
oDataUri : Uri -> SystemOwner
Parameters
- oDataUri Uri
- The OData Uri.
Return Value
SystemOwnerThe SystemOwner data.
See Also