Share via


PropertyDefinition Members

Include Protected Members
Include Inherited Members

Represents a property definition.

The PropertyDefinition type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public methodStatic member Create(Type, String) Creates a property definition.
Public method Equals(Object) (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

Properties

  Name Description
Public property Name The property name.

Top