PropertyContainerClass Class

Represents the class of an entity, which can contain properties.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Class PropertyContainerClass
'Usage
Dim instance As PropertyContainerClass
public class PropertyContainerClass
public ref class PropertyContainerClass
public class PropertyContainerClass
type PropertyContainerClass =  class end

Remarks

Provides access to properties metadata.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.PropertyContainerClass
    Microsoft.Data.Schema.SchemaModel.AnnotationClass
    Microsoft.Data.Schema.SchemaModel.ElementClass

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

PropertyContainerClass Members

Microsoft.Data.Schema.SchemaModel Namespace