ViewModelBuildParameterEditor.IndentCommand Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Property IndentCommand As SimpleCommand
public SimpleCommand IndentCommand { get; set; }
public:
property SimpleCommand^ IndentCommand {
SimpleCommand^ get ();
void set (SimpleCommand^ value);
}
member IndentCommand : SimpleCommand with get, set
function get IndentCommand () : SimpleCommand
function set IndentCommand (value : SimpleCommand)
Property Value
Type: Microsoft.TeamFoundation.Build.Controls.SimpleCommand
Returns SimpleCommand.
.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.