Freigeben über


AssemblyDescription.AssemblyType Property

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

'Usage
Dim instance As AssemblyDescription
Dim value As String

value = instance.AssemblyType

instance.AssemblyType = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_AssemblyType (String value)
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

Reference

AssemblyDescription Class
AssemblyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace