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