ExternalApplicationAppInitString.InteropAssemblyUrl Property
Gets or sets the interop assembly URL.
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.InteropAssemblyUrl
instance.InteropAssemblyUrl = value
Syntax
'Declaration
<DescriptionAttribute("Full filesystem path to the application executable")> _
<CategoryAttribute("External Application Settings")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("External App URI")> _
Public Property InteropAssemblyUrl As String
[DescriptionAttribute("Full filesystem path to the application executable")]
[CategoryAttribute("External Application Settings")]
[BrowsableAttribute(true)]
[DisplayNameAttribute("External App URI")]
public string InteropAssemblyUrl { get; set; }
[DescriptionAttribute(L"Full filesystem path to the application executable")]
[CategoryAttribute(L"External Application Settings")]
[BrowsableAttribute(true)]
[DisplayNameAttribute(L"External App URI")]
public:
property String^ InteropAssemblyUrl {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_InteropAssemblyUrl ()
/** @property */
public void set_InteropAssemblyUrl (String value)
public function get InteropAssemblyUrl () : String
public function set InteropAssemblyUrl (value : String)
Property Value
Type: String
The interop assembly URL.
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.