Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

PropertySet.Add method

Adds an item to the PropertySet.

Syntax


public void Add(
  string key, 
  object value
)

Parameters

key

Type: System.String

The key of the item to add.

value

Type: System.Object

The item value to add.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Foundation.Collections

See also

PropertySet

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.