Share via


ActionDescription.MultipleSelectDeleteMessage Property

Gets or sets the text that is displayed in the warning message for multiple-selection delete operations.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As ActionDescription
Dim value As String

value = instance.MultipleSelectDeleteMessage

instance.MultipleSelectDeleteMessage = value

Syntax

'Declaration
<XmlElementAttribute("MultipleSelectDeleteMessage")> _
Public Property MultipleSelectDeleteMessage As String
[XmlElementAttribute("MultipleSelectDeleteMessage")] 
public string MultipleSelectDeleteMessage { get; set; }
[XmlElementAttribute(L"MultipleSelectDeleteMessage")] 
public:
property String^ MultipleSelectDeleteMessage {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_MultipleSelectDeleteMessage ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_MultipleSelectDeleteMessage (String value)
DebuggerStepThroughAttribute 
public function get MultipleSelectDeleteMessage () : String

DebuggerStepThroughAttribute 
public function set MultipleSelectDeleteMessage (value : String)

Property Value

Message display string.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace