StoreServicesNotificationChannelParameters.CustomUserId Property

Definition

This property is reserved for future use, and is not intended to be used in your code.

public:
 property Platform::String ^ CustomUserId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CustomUserId();

void CustomUserId(winrt::hstring value);
public string CustomUserId { get; set; }
var string = storeServicesNotificationChannelParameters.customUserId;
storeServicesNotificationChannelParameters.customUserId = string;
Public Property CustomUserId As String

Property Value

System.String

This property is reserved for future use, and is not intended to be used in your code.

Applies to