Hi,
I'm working with the "Remote Desktop app container client" sample from the Windows Store app samples, and I came across the following line:
// Do not show the publisher warning dialog.
clientControlObject.Settings.setRdpProperty("ShowPublisherWarningDialog", false);
I noticed, that the property "ShowPublisherWarningDialog" is not documented on the MSDN resource for the RemoteDesktopClientSettings.SetRdpProperty method.... and another property that's not documented is "Server Port".
What would be the reason for this? Could it be related to Store policy?
Is there a resource, that lists *all* the properties supported by the ActiveX control?
Thanks,
-Paul
NOTE: I couldn't include links to the referenced resources/documentation, because my account is not yet verified.