SetterCommand.Property Property
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
- 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.