Method | Description | |
---|---|---|
Update ( object instance, string property, object value ) : void |
Updates an already live instance of a Skype object with a new value for the specified property
|
Method | Description | |
---|---|---|
Cache ( |
||
SkypeSerializer ( ) : System |
public static Update ( object instance, string property, object value ) : void | ||
instance | object | the skype object instance |
property | string | the property name (not case sensitive) |
value | object | the value to set the property to |
return | void |