Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As ChangeEventArgs
Dim value As ChangeEventArgs
value = instance.Nested
instance.Nested = value
|
Syntax
Visual Basic |
Public Property Nested As ChangeEventArgs
|
C# |
public ChangeEventArgs Nested { get; set; }
|
C++ |
public:
property ChangeEventArgs^ Nested {
ChangeEventArgs^ get ();
void set (ChangeEventArgs^ value);
}
|
J# |
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public ChangeEventArgs get_Nested ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Nested (ChangeEventArgs value)
|
JScript |
CompilerGeneratedAttribute
public function get Nested () : ChangeEventArgs
CompilerGeneratedAttribute
public function set Nested (value : ChangeEventArgs)
|
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 Vista, Windows Server 2003, and
Target Platforms
See Also