Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the PropertyValue (data model) for this PropertyEntry.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyValue As PropertyValue
'Usage
Dim instance As PropertyEntry
Dim value As PropertyValue
value = instance.PropertyValue
public PropertyValue PropertyValue { get; }
public:
property PropertyValue^ PropertyValue {
PropertyValue^ get ();
}
public 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