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
Visual Basic |
Dim instance As AssemblyDescription
Dim value As String
value = instance.AssemblyPath
instance.AssemblyPath = value
|
Syntax
Visual Basic |
<XmlElementAttribute("Assembly", IsNullable:=False)> _
Public Property AssemblyPath As String
|
C# |
[XmlElementAttribute("Assembly", IsNullable=false)]
public string AssemblyPath { get; set; }
|
C++ |
[XmlElementAttribute(L"Assembly", IsNullable=false)]
public:
property String^ AssemblyPath {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_AssemblyPath ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_AssemblyPath (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get AssemblyPath () : String
DebuggerStepThroughAttribute
public function set AssemblyPath (value : String)
|
Property Value
Assembly path string.
Remarks
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