Compartir a través de


: IndividuallySecurableMetadataObject (Constructor) (Microsoft.Office.Server.ApplicationRegistry.Administration)

Supports the Microsoft Office SharePoint Server 2007 infrastructure and is not intended to be used directly from your code.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer _
)
'Uso
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer

Dim instance As New IndividuallySecurableMetadataObject(id, name, isCached, version)
protected IndividuallySecurableMetadataObject (
    uint id,
    string name,
    bool isCached,
    int version
)

Parámetros

  • id
    The ID of the metadata object.
  • name
    The name of the metadata object.
  • isCached
    true, if cached; otherwise, false.
  • version
    The version number.

Comentarios

This class cannot be instantiated.

Vea también

Referencia

IndividuallySecurableMetadataObject (Clase)
IndividuallySecurableMetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)