ApplicationDataCompositeValue.ContainsKey method

This topic has not yet been rated - Rate this topic

Returns a value that indicates whether a specified key exists in the ApplicationDataCompositeValue.

Syntax


public bool ContainsKey(
  string key
)

Parameters

key

Type: System.String

The key to check for in the ApplicationDataCompositeValue.

Return value

Type: System.Boolean

true if an item with that key exists in the ApplicationDataCompositeValue; otherwise, false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage

See also

ApplicationDataCompositeValue

 

 

Build date: 2/25/2013

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