StoreServicesNotificationChannelParameters.CustomSystemId 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 ^ 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
This property is reserved for future use, and is not intended to be used in your code.