Share via


AccessControlledMetadataObject Constructor

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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