CommandItem.Param 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
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

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

Property Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

CommandItem Class

Microsoft.TeamFoundation.Controls.WPF Namespace