IndividuallySecurableMetadataObject Constructor

Initializes an instance of the class.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

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

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

Parameters

  • id
    Type: System.UInt32

    The IndividuallySecurableMetadataObject unique identifier (ID).

  • name
    Type: System.String

    The IndividuallySecurableMetadataObject name.

  • isCached
    Type: System.Boolean

    true if the IndividuallySecurableMetadataObject can be cached; otherwise, false.

  • version
    Type: System.Int32

    The IndividuallySecurableMetadataObject version.

See Also

Reference

IndividuallySecurableMetadataObject Class

IndividuallySecurableMetadataObject Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace