ViewAssemblyDescription Class
Information detailing the operational characteristics of a single view assembly, in Configuration Manager 2007, represented by a ViewAssemblyDescription XML element.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ViewAssemblyDescription
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("ViewAssemblyDescription", IsNullable:=False)> _
Public Class ViewAssemblyDescription
Inherits AssemblyDescription
[SerializableAttribute]
[XmlRootAttribute("ViewAssemblyDescription", IsNullable=false)]
public class ViewAssemblyDescription : AssemblyDescription
[SerializableAttribute]
[XmlRootAttribute(L"ViewAssemblyDescription", IsNullable=false)]
public ref class ViewAssemblyDescription : public AssemblyDescription
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ViewAssemblyDescription", IsNullable=false) */
public class ViewAssemblyDescription extends AssemblyDescription
SerializableAttribute
XmlRootAttribute("ViewAssemblyDescription", IsNullable=false)
public class ViewAssemblyDescription extends AssemblyDescription
Example
The following example shows the use of the ViewAssemblyDescription XML element:
<ViewAssemblyDescription>
<Assembly>AdminUI.ConsoleStartPage.dll</Assembly>
<Type>Microsoft.ConfigurationManagement.AdminConsole.ConsoleStartPage.StartPageViewDescription</Type>
</ViewAssemblyDescription>
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.AdminConsole.Schema.AssemblyDescription
Microsoft.ConfigurationManagement.AdminConsole.Schema.ViewAssemblyDescription
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
Change History
See Also
Reference
ViewAssemblyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ViewDescriptionBase Class