Gets the
SourceCode.Authorization.Interfaces.IAuthorizationClass instance specified by
className.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function GetClass( _
ByVal className As String _
) As SourceCode.Authorization.Interfaces.IAuthorizationClass
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AuthorizationClient
Dim className As String
Dim value As SourceCode.Authorization.Interfaces.IAuthorizationClass
value = instance.GetClass(className)
|
C# | |
---|
public SourceCode.Authorization.Interfaces.IAuthorizationClass GetClass(
string className
)
|
C++/CLI | |
---|
public:
SourceCode.Authorization.Interfaces.IAuthorizationClass^ GetClass(
String^ className
)
|
Parameters
- className
- The name of the class to retrieve.
Return Value
The
SourceCode.Authorization.Interfaces.IAuthorizationClass specified by the
className; otherwise returns
null
if the
SourceCode.Authorization.Interfaces.IAuthorizationClass could not be found.
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