AccessControlledMetadataObject Constructor

This constructor supports the MOSS infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer

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

Parameters

Remarks

This class cannot be instantiated.

See Also

Reference

AccessControlledMetadataObject Class

AccessControlledMetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace