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 name of the property that is the source of the data context’s value.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property DataContextValueSourceProperty As String
Get
Private Set
public string DataContextValueSourceProperty { get; private set; }
public:
property String^ DataContextValueSourceProperty {
String^ get ();
private: void set (String^ value);
}
member DataContextValueSourceProperty : string with get, private set
function get DataContextValueSourceProperty () : String
private function set DataContextValueSourceProperty (value : String)
Property Value
Type: System.String
The name of the property that is the source of the data context’s value.
.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
DataContextValueSourceAttribute Class
Microsoft.Windows.Design Namespace