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.
Namespace: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Parameter As Object
public Object Parameter { get; set; }
public:
property Object^ Parameter {
Object^ get ();
void set (Object^ value);
}
member Parameter : Object with get, set
function get Parameter () : Object
function set Parameter (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.
See Also
Reference
DropDownLink.DropDownMenuCommandParameters Class
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace