PropertyEntry.PropertyValue Property
Gets the PropertyValue (data model) for this PropertyEntry.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property PropertyValue As PropertyValue
Get
public virtual PropertyValue PropertyValue { get; }
public:
virtual property PropertyValue^ PropertyValue {
PropertyValue^ get ();
}
abstract PropertyValue : PropertyValue
override PropertyValue : PropertyValue
function get PropertyValue () : PropertyValue
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The PropertyValue for this PropertyEntry.
.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
Microsoft.Windows.Design.PropertyEditing Namespace