PropertyValue.CreateUInt8 Method

Creates a property value from a byte.

Syntax

public:
static Object^ CreateUInt8(
         unsigned char value
)  

Parameters

value
Type: unsigned char 

  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