RemoteAppInitString.IcaFileName Property
Gets or sets the Ica file path.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As RemoteAppInitString
Dim value As String
value = instance.IcaFileName
instance.IcaFileName = value
Syntax
'Declaration
<CategoryAttribute("Citrix Application Settings")> _
<BrowsableAttribute(True)> _
<DisplayNameAttribute("ICA File Name")> _
<DescriptionAttribute("Full filesystem path to the ica file")> _
Public Property IcaFileName As String
[CategoryAttribute("Citrix Application Settings")]
[BrowsableAttribute(true)]
[DisplayNameAttribute("ICA File Name")]
[DescriptionAttribute("Full filesystem path to the ica file")]
public string IcaFileName { get; set; }
[CategoryAttribute(L"Citrix Application Settings")]
[BrowsableAttribute(true)]
[DisplayNameAttribute(L"ICA File Name")]
[DescriptionAttribute(L"Full filesystem path to the ica file")]
public:
property String^ IcaFileName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_IcaFileName ()
/** @property */
public void set_IcaFileName (String value)
public function get IcaFileName () : String
public function set IcaFileName (value : String)
Property Value
Type: String
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
RemoteAppInitString Class
RemoteAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.