Share via


SetterCommand.Property Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF.Commands
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Property As Object
public Object Property { get; set; }
public:
property Object^ Property {
    Object^ get ();
    void set (Object^ value);
}
member Property : Object with get, set
function get Property () : Object 
function set Property (value : Object)

Property Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

SetterCommand Class

Microsoft.TeamFoundation.Controls.WPF.Commands Namespace