SPAuthenticationProvider.GetType method (Object)
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'Declaração
Public Shared Function GetType ( _
marshaledForAdminServer As Object _
) As Type
'Uso
Dim marshaledForAdminServer As Object
Dim returnValue As Type
returnValue = SPAuthenticationProvider.GetType(marshaledForAdminServer)
public static Type GetType(
Object marshaledForAdminServer
)
Parâmetros
- marshaledForAdminServer
Type: System.Object
Valor retornado
Type: System.Type
Retorna Type.
Ver também
Referência
SPAuthenticationProvider class