HostedControlAppInitString.AssemblyInfoType Property

Gets or sets the type of the assembly info. [Editor(typeof(UIAdapterStyleTypeAssemblyEditor), typeof(UITypeEditor))]

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As HostedControlAppInitString
Dim value As String

value = instance.AssemblyInfoType

instance.AssemblyInfoType = value

Syntax

'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Type and assembly for hosted control application")> _
<CategoryAttribute("Assembly Info")> _
<DisplayNameAttribute("Assembly Type")> _
Public Property AssemblyInfoType As String
[BrowsableAttribute(true)] 
[DescriptionAttribute("Type and assembly for hosted control application")] 
[CategoryAttribute("Assembly Info")] 
[DisplayNameAttribute("Assembly Type")] 
public string AssemblyInfoType { get; set; }
[BrowsableAttribute(true)] 
[DescriptionAttribute(L"Type and assembly for hosted control application")] 
[CategoryAttribute(L"Assembly Info")] 
[DisplayNameAttribute(L"Assembly Type")] 
public:
property String^ AssemblyInfoType {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_AssemblyInfoType ()

/** @property */
public void set_AssemblyInfoType (String value)
public function get AssemblyInfoType () : String

public function set AssemblyInfoType (value : String)

Property Value

The type of the assembly info.

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

See Also

Reference

HostedControlAppInitString Class
HostedControlAppInitString Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.