SPAuthenticationProvider.GetType method (Object)
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'Declaration
Public Shared Function GetType ( _
marshaledForAdminServer As Object _
) As Type
'Usage
Dim marshaledForAdminServer As Object
Dim returnValue As Type
returnValue = SPAuthenticationProvider.GetType(marshaledForAdminServer)
public static Type GetType(
Object marshaledForAdminServer
)
Parameters
- marshaledForAdminServer
Type: System.Object
Return value
Type: System.Type
Returns Type.
See also
Reference
SPAuthenticationProvider class