public AddGlobalProperty ( string property, object value ) : void | ||
property | string | Property name |
value | object | Property value. This may be a simple value, array, or object, /// or an object that supports IDynamicPropertyValue returning one of those. |
return | void |