Udostępnij za pośrednictwem


ExternalApplicationAppInitString.InteropAssemblyArguments Property

Gets or sets the interop assembly arguments.

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

Usage

'Usage
Dim instance As ExternalApplicationAppInitString
Dim value As String

value = instance.InteropAssemblyArguments

instance.InteropAssemblyArguments = value

Syntax

'Declaration
<DisplayNameAttribute("Arguments")> _
<CategoryAttribute("External Application Settings")> _
<DescriptionAttribute("Additional commmand line arguments to be passed")> _
<BrowsableAttribute(True)> _
Public Property InteropAssemblyArguments As String
[DisplayNameAttribute("Arguments")] 
[CategoryAttribute("External Application Settings")] 
[DescriptionAttribute("Additional commmand line arguments to be passed")] 
[BrowsableAttribute(true)] 
public string InteropAssemblyArguments { get; set; }
[DisplayNameAttribute(L"Arguments")] 
[CategoryAttribute(L"External Application Settings")] 
[DescriptionAttribute(L"Additional commmand line arguments to be passed")] 
[BrowsableAttribute(true)] 
public:
property String^ InteropAssemblyArguments {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_InteropAssemblyArguments ()

/** @property */
public void set_InteropAssemblyArguments (String value)
public function get InteropAssemblyArguments () : String

public function set InteropAssemblyArguments (value : String)

Property Value

Type: String
The interop assembly arguments.

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

ExternalApplicationAppInitString Class
ExternalApplicationAppInitString Members
Microsoft.Uii.Common Namespace

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