PropertyValue.CreateUInt64 Method

Creates a property value from an unsigned integer.

Syntax

public:
static Object^ CreateUInt64(
         uint64 value
)  

Parameters

value
Type: uint64 

  The value 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