Gets the xml schema for the installer
Type.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As InstallerTechnology
Dim value As XmlSchema
value = instance.XmlSchema
|
Syntax
Visual Basic |
Public Property XmlSchema As XmlSchema
|
C# |
public XmlSchema XmlSchema { get; }
|
C++ |
public:
property XmlSchema^ XmlSchema {
XmlSchema^ get ();
}
|
J# |
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public XmlSchema get_XmlSchema ()
|
JScript |
CompilerGeneratedAttribute
public function get XmlSchema () : XmlSchema
|
Property Value
The xml schema.
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