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.
Indicates whether the metadata object is of the specified primitive type.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Function IsPrimitive ( _
type As Type _
) As Boolean
'Usage
Dim type As Type
Dim returnValue As Boolean
returnValue = Me.IsPrimitive(type)
protected bool IsPrimitive(
Type type
)
Parameters
- type
Type: System.Type
A primitive type.
Return Value
Type: System.Boolean
true if the metadata object is of the specified primitive type; otherwise, false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace