PropertyValueExceptionEventArgs.PropertyValue Property
Gets the PropertyValue for which the exception is occurring.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyValue As PropertyValue
Get
public PropertyValue PropertyValue { get; }
public:
property PropertyValue^ PropertyValue {
PropertyValue^ get ();
}
member PropertyValue : PropertyValue
function get PropertyValue () : PropertyValue
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
A PropertyValue for which the exception is occurring.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyValueExceptionEventArgs Class
Microsoft.Windows.Design.PropertyEditing Namespace