: MetadataObject.IsPrimitive (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Indicates whether the metadata object is of the specified primitive type.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Protected Function IsPrimitive ( _
type As Type _
) As Boolean
'Uso
Dim type As Type
Dim returnValue As Boolean
returnValue = Me.IsPrimitive(type)
protected bool IsPrimitive (
Type type
)
Parámetros
- type
A primitive type.
Valor devuelto
true if the metadata object is of the specified primitive type; otherwise, false.
Vea también
Referencia
MetadataObject (Clase)
MetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)