[VBScript]
property ISYSSearch.Properties(string Index) as variant
[C#]
System.Object ISYSSearch.get_Properties(
string Index); void ISYSSearch.set_Properties(
string Index, System.Object value);
[ColdFusion/Java]
System.Object ISYSSearch.Properties(
java.lang.String Index
) throws ComException; void ISYSSearch.set_Properties(
java.lang.String Index,
System.Object value
); |