Description
The full type name of the user control.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UserControlFullName() As String
|
[C#] |
---|
public string UserControlFullName {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_UserControlFullName(); public: __property void set_UserControlFullName(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_UserControlFullName(
BSTR * pUserControlFullName
);
public: HRESULT put_UserControlFullName(
BSTR UserControlFullName
);
|
[Java] |
---|
public String getUserControlFullName();
public void setUserControlFullName(
String
);
|
See Also