ServerCommandService.CustomSettingData Class Reference

Contains custom setting data. More...

Properties

System.Xml.XmlDocument CustomSettingDataXml [get, set]
 Gets or sets the setting data xml.
 
int DataVersion [get, set]
 Gets or sets the data version. The data version specifies the custom setting data version. Clients should increment the number every time they call the set custom setting data method. It is used by the server to validate that setting changes made by one client is not overwritten by another.
 

Detailed Description

Contains custom setting data.

Property Documentation

◆ CustomSettingDataXml

System.Xml.XmlDocument ServerCommandService.CustomSettingData.CustomSettingDataXml
getset

Gets or sets the setting data xml.

◆ DataVersion

int ServerCommandService.CustomSettingData.DataVersion
getset

Gets or sets the data version. The data version specifies the custom setting data version. Clients should increment the number every time they call the set custom setting data method. It is used by the server to validate that setting changes made by one client is not overwritten by another.