Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns information about the provided type.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetApplicationTypeDescription ( _
serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As BdcService
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription
returnValue = instance.GetApplicationTypeDescription(serviceApplicationType)
public SPPersistedTypeDescription GetApplicationTypeDescription(
Type serviceApplicationType
)
Parameters
serviceApplicationType
Type: System.TypeThe type to get information about; must be a BdcServiceApplication.
Return Value
Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
Description of the type.
Remarks
This method only can provide information about BdcServiceApplication objects.