Search
IProperty Members
Properties Methods
 


Represents a property that can have an undefined value.

The following tables list the members exposed by the IProperty type.

 Public Properties

  Name Description

HasValue

Gets a value indicating whether the property has a value.

Name

Gets the name of the property.

 Public Methods

  Name Description

GetValue

Gets the value of the property.

SetValue

Sets the value of the property.

Unset

Clears the value of the property.

 See Also