Description
A path to the assembly that contains a user control.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AssemblyPath() As String
|
[C#] |
---|
public string AssemblyPath {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_AssemblyPath(); public: __property void set_AssemblyPath(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_AssemblyPath(
BSTR * pAssemblyPath
);
public: HRESULT put_AssemblyPath(
BSTR AssemblyPath
);
|
[Java] |
---|
public String getAssemblyPath();
public void setAssemblyPath(
String
);
|
See Also