[VBScript]
property ISYSResultList.Store(string Key) as string
[C#]
string IISYSResultList.get_Store(
string Key); void IISYSResultList.set_Store(
string Key, string value);
[ColdFusion/Java]
java.lang.String ISYSResultList.Store(
java.lang.String Key
) throws ComException; void ISYSResultList.set_Store(
java.lang.String Key,
java.lang.String value
); |