Partager via


IndividuallySecurableMetadataObject, constructeur (Microsoft.Office.Server.ApplicationRegistry.Administration)

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

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer _
)
'Utilisation
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
)

Paramètres

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

Remarques

This class cannot be instantiated.

Voir aussi

Référence

IndividuallySecurableMetadataObject, classe
Membres IndividuallySecurableMetadataObject
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms