This topic has not yet been rated - Rate this topic

PropertyValue.StringValue Property

Gets or sets the value of this PropertyValue as a String.

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

Property Value

Type: System.String
A string that contains the value of this PropertyValue.

The default value is Empty.

Use the Value property or the Collection property instead if the property does not contain a String.

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

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

This property calls OnPropertyValueException if necessary to handle exceptions.

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