ExternalApplicationAppInitString.InteropAssemblyWorkingDirectory Property
Gets or sets the interop assembly working directory.
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.InteropAssemblyWorkingDirectory
instance.InteropAssemblyWorkingDirectory = value
Syntax
'Declaration
<DisplayNameAttribute("Working Directory")> _
<DescriptionAttribute("Designated working directory for the application process")> _
<CategoryAttribute("External Application Settings")> _
<BrowsableAttribute(True)> _
Public Property InteropAssemblyWorkingDirectory As String
[DisplayNameAttribute("Working Directory")]
[DescriptionAttribute("Designated working directory for the application process")]
[CategoryAttribute("External Application Settings")]
[BrowsableAttribute(true)]
public string InteropAssemblyWorkingDirectory { get; set; }
[DisplayNameAttribute(L"Working Directory")]
[DescriptionAttribute(L"Designated working directory for the application process")]
[CategoryAttribute(L"External Application Settings")]
[BrowsableAttribute(true)]
public:
property String^ InteropAssemblyWorkingDirectory {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_InteropAssemblyWorkingDirectory ()
/** @property */
public void set_InteropAssemblyWorkingDirectory (String value)
public function get InteropAssemblyWorkingDirectory () : String
public function set InteropAssemblyWorkingDirectory (value : String)
Property Value
Type: String
The interop assembly working directory.
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.