StoreServicesNotificationChannelParameters.CustomUserId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
This property is reserved for future use, and is not intended to be used in your code.