Share via


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

ActivationErrorRecordStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace