Gets an Authorization object.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetObject( _
ByVal objectID As Guid _
) As SourceCode.Authorization.Interfaces.IAuthorizationObject
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AuthorizationClient
Dim objectID As Guid
Dim value As SourceCode.Authorization.Interfaces.IAuthorizationObject
value = instance.GetObject(objectID)
|
C# | |
---|
public SourceCode.Authorization.Interfaces.IAuthorizationObject GetObject(
Guid objectID
)
|
C++/CLI | |
---|
public:
SourceCode.Authorization.Interfaces.IAuthorizationObject^ GetObject(
Guid objectID
)
|
Parameters
- objectID
- The object ID to retrieve.
Return Value
The Authorization object retrieved.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also