Gets or sets the assembly type, consisting of namespace and class, in the format "namespace.class". Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As AssemblyDescription
Dim value As String

value = instance.AssemblyType

instance.AssemblyType = value

Syntax

Visual Basic
<XmlElementAttribute("Type")> _
Public Property AssemblyType As String
C#
[XmlElementAttribute("Type")] 
public string AssemblyType { get; set; }
C++
[XmlElementAttribute(L"Type")] 
public:
property String^ AssemblyType {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_AssemblyType ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_AssemblyType (String value)
JScript
DebuggerStepThroughAttribute 
public function get AssemblyType () : String

DebuggerStepThroughAttribute 
public function set AssemblyType (value : String)

Property Value

Assembly type string.

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