StoreServicesNotificationChannelParameters.CustomSystemId Property
Definition
This property is reserved for future use, and is not intended to be used in your code.
public:
property Platform::String ^ CustomSystemId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CustomSystemId();
void CustomSystemId(winrt::hstring value);
public string CustomSystemId { get; set; }
var string = storeServicesNotificationChannelParameters.customSystemId;
storeServicesNotificationChannelParameters.customSystemId = string;
Public Property CustomSystemId As String
Property Value
- System.String
This property is reserved for future use, and is not intended to be used in your code.