ActivationErrorRecordStruct.ContainingTypeDescriptorId Property
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