TypeDescriptorStruct Class

Contains methods and properties that handle the TypeDescriptor structure.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.Client.MetadataObjectStruct
    Microsoft.SharePoint.BusinessData.Administration.Client.TypeDescriptorStruct

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "TypeDescriptorStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
Public NotInheritable Class TypeDescriptorStruct _
    Inherits MetadataObjectStruct
'Usage
Dim instance As TypeDescriptorStruct
[DataContractAttribute(Name = "TypeDescriptorStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
public sealed class TypeDescriptorStruct : MetadataObjectStruct

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TypeDescriptorStruct Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace