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
Visual Basic |
Dim instance As ActionDescription
Dim value As String
value = instance.MultipleSelectDeleteMessage
instance.MultipleSelectDeleteMessage = value
|
Syntax
Visual Basic |
<XmlElementAttribute("MultipleSelectDeleteMessage")> _
Public Property MultipleSelectDeleteMessage As String
|
C# |
[XmlElementAttribute("MultipleSelectDeleteMessage")]
public string MultipleSelectDeleteMessage { get; set; }
|
C++ |
[XmlElementAttribute(L"MultipleSelectDeleteMessage")]
public:
property String^ MultipleSelectDeleteMessage {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_MultipleSelectDeleteMessage ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_MultipleSelectDeleteMessage (String value)
|
JScript |
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