Share via


CommandAttribute.Replace Property

Gets or sets the CommandReplacement options for this command.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Property Replace As CommandReplacement
public CommandReplacement Replace { get; set; }
public:
property CommandReplacement Replace {
    CommandReplacement get ();
    void set (CommandReplacement value);
}
public function get Replace () : CommandReplacement
public function set Replace (value : CommandReplacement)

See Also

CommandAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace