gdapi.Resource.setProperties C# (CSharp) Method

setProperties() public method

Sets the properties of the Resource.
public setProperties ( string>.Dictionary properties ) : void
properties string>.Dictionary Properties dictionary to update the internal properties of the resource with.
return void
        public void setProperties(Dictionary<string, string> properties)
        {
            this.m_dProperties = properties;
        }