This topic has not yet been rated - Rate this topic

PropertyValue.Value Property

Gets or sets the value of this PropertyValue.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
public Object Value { get; set; }

Property Value

Type: System.Object
An object that contains the value of this PropertyValue.

Use the StringValue property instead if the property contains a String. Use the Collection property instead if the property contains a collection.

The set method of this property calls the following methods to do the work:

The get method of this property calls the following method to do the work:

The set method of this property calls the OnPropertyChanged method to raise the change notification.

This property calls OnPropertyValueException if necessary to handle exceptions.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ