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.
Sets or gets the MetadataObjectId property of the TypeDescriptor object that is in error.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ContainingTypeDescriptorId As UInteger
Get
Set
'Usage
Dim instance As ActivationErrorRecordStruct
Dim value As UInteger
value = instance.ContainingTypeDescriptorId
instance.ContainingTypeDescriptorId = value
public uint ContainingTypeDescriptorId { get; set; }
Property Value
Type: System.UInt32
The MetadataObjectId property of the TypeDescriptor that is in error.
See Also
Reference
ActivationErrorRecordStruct Class