Setting::AddCustom Method [Xbox Live Compute]

Adds a custom setting.

Syntax

public:
Setting& AddCustom(
         const utility::string_t &name,
         const T &value
)  

Parameters

name
Type: utility::string_t 

The name of the custom setting.

value
Type: T 

The value of the custom setting.

Return value

Type: Setting 

The updated Setting instance.

Requirements

Header: Declared in MultiplayerSession.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

Setting

Setting Members