/// <summary> /// Sets the properties for a space. /// </summary> /// <param name="spaceID">The ID of the space to set the properties to.</param> /// <param name="properties">The properties to set.</param> public void SetSpaceProperties(string spaceID, SpaceProperties properties) { _webService.SetSpaceProperties(LoginToken, spaceID, properties); }