AssemblyDescription.AssemblyPath Property
Gets or sets the directory path to the DLL that will be loaded on demand, if the assembly is not part of the main snap-in assembly.
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.AssemblyPath
instance.AssemblyPath = value
Syntax
'Declaration
<XmlElementAttribute("Assembly", IsNullable:=False)> _
Public Property AssemblyPath As String
[XmlElementAttribute("Assembly", IsNullable=false)]
public string AssemblyPath { get; set; }
[XmlElementAttribute(L"Assembly", IsNullable=false)]
public:
property String^ AssemblyPath {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_AssemblyPath ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_AssemblyPath (String value)
DebuggerStepThroughAttribute
public function get AssemblyPath () : String
DebuggerStepThroughAttribute
public function set AssemblyPath (value : String)
Property Value
Assembly path string.
Remarks
The assembly path can be absolute or relative to the location of the main snap-in assembly.
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