ActionDescription.InstanceDependsOn Property
Gets or sets the name of the secured class, for example, SMS_Driver Server WMI Class, on which the ActionDescription object depends.
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.InstanceDependsOn
instance.InstanceDependsOn = value
Syntax
'Declaration
<XmlAttributeAttribute("InstanceDependsOn")> _
Public Property InstanceDependsOn As String
[XmlAttributeAttribute("InstanceDependsOn")]
public string InstanceDependsOn { get; set; }
[XmlAttributeAttribute(L"InstanceDependsOn")]
public:
property String^ InstanceDependsOn {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_InstanceDependsOn ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_InstanceDependsOn (String value)
DebuggerStepThroughAttribute
public function get InstanceDependsOn () : String
DebuggerStepThroughAttribute
public function set InstanceDependsOn (value : String)
Property Value
Name string for the secured class.
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