Share via


PropertyDefinition Class

Represents a property definition.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.EnumProperty
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T>
    Microsoft.ReportingServices.RdlObjectModel.StringProperty

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public MustInherit Class PropertyDefinition
'Usage
Dim instance As PropertyDefinition
public abstract class PropertyDefinition
public ref class PropertyDefinition abstract
[<AbstractClassAttribute>]
type PropertyDefinition =  class end
public abstract class PropertyDefinition

The PropertyDefinition type exposes the following members.

Constructors

  Name Description
Protected method PropertyDefinition Initializes a new instance of the PropertyDefinition class.

Top

Properties

  Name Description
Public property Name The property name.

Top

Methods

  Name Description
Public methodStatic member Create Creates a property definition.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Microsoft.ReportingServices.RdlObjectModel Namespace