SPAuthenticationProvider.GetType method (Object)
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'宣告
Public Shared Function GetType ( _
marshaledForAdminServer As Object _
) As Type
'用途
Dim marshaledForAdminServer As Object
Dim returnValue As Type
returnValue = SPAuthenticationProvider.GetType(marshaledForAdminServer)
public static Type GetType(
Object marshaledForAdminServer
)
參數
- marshaledForAdminServer
Type: System.Object
傳回值
Type: System.Type
會傳回Type。
請參閱
參照
SPAuthenticationProvider class