Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the class with the metadata object identifier and type.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub Initialize ( _
metadataObjectIdParameter As UInteger, _
metadataObjectTypeParameter As Type _
)
'Usage
Dim metadataObjectIdParameter As UInteger
Dim metadataObjectTypeParameter As Type
Me.Initialize(metadataObjectIdParameter, _
metadataObjectTypeParameter)
protected void Initialize(
uint metadataObjectIdParameter,
Type metadataObjectTypeParameter
)
Parameters
metadataObjectIdParameter
Type: System.UInt32The metadata object identifier parameter.
metadataObjectTypeParameter
Type: System.TypeThe metadata object type parameter.
See Also
Reference
ConcurrentModificationException Class