PropertyValue.CreateString Method

Creates a property value from a string.

Syntax

public:
static Object^ CreateString(
         String^ value
)  

Parameters

value
Type: String 

  The string to store in the property value.

Return value

Type: Object 

  The property value.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

PropertyValue Class

PropertyValue Members

Windows.Foundation Namespace