MetadataObjectStruct Constructor (UInt32, String, Boolean, Int32, Guid)
Initializes a new 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, _
partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim partitionId As Guid
Dim instance As New MetadataObjectStruct(id, name, _
isCached, version, partitionId)
protected MetadataObjectStruct(
uint id,
string name,
bool isCached,
int version,
Guid partitionId
)
Parameters
id
Type: System.UInt32The identifier (ID) of the MetadataObjectStruct.
name
Type: System.StringThe name of the MetadataObjectStruct.
isCached
Type: System.Booleantrue if the MetadataObjectStruct is to be cached; otherwise, false.
version
Type: System.Int32The version of the MetadataObjectStruct.
partitionId
Type: System.GuidThe partition identifier (ID).
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace