SetIcaPropertyEvent Constructor C# API
Create a new SetIcaPropertyEvent event

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public SetIcaPropertyEvent(
	string property,
	string value
)

Parameters

property
Type: System String
The name of the property
value
Type: System String
The value of the property
See Also