Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As ExitCode
Dim value As Integer
value = instance.Code
instance.Code = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute> _
<MandatoryAttribute> _
Public Property Code As Integer
|
C# |
[XmlAttributeAttribute]
[MandatoryAttribute]
public int Code { get; set; }
|
C++ |
[XmlAttributeAttribute]
[MandatoryAttribute]
public:
property int Code {
int get ();
void set (int value);
}
|
J# |
/** @property */
public int get_Code ()
/** @property */
public void set_Code (int value)
|
JScript |
public function get Code () : int
public function set Code (value : int)
|
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