IndividuallySecurableMetadataObject Constructor
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.UInt32The IndividuallySecurableMetadataObject unique identifier (ID).
name
Type: System.StringThe IndividuallySecurableMetadataObject name.
isCached
Type: System.Booleantrue if it can be cached; otherwise, false.
version
Type: System.Int32The IndividuallySecurableMetadataObject version.
metadataCatalog
Type: Microsoft.SharePoint.BusinessData.Administration.AdministrationMetadataCatalogThe metadata store.
See Also
Reference
IndividuallySecurableMetadataObject Class