Contents::AddSystemProperty Method [Xbox Live Compute]

Adds a system property.

Syntax

public:
Contents& AddSystemProperty(
         utility::string_t name,
         const T &value
)  

Parameters

name
Type: utility::string_t 

The name of the system property.

value
Type: T 

The value of the system property.

Return value

Type: Contents 

The updated Contents.

Requirements

Header: Declared in MultiplayerSession.h.

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

See also

Reference

Contents

Contents Members