VpnCustomEditBox.DefaultText 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.
Not supported.
public:
property Platform::String ^ DefaultText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DefaultText();
void DefaultText(winrt::hstring value);
public string DefaultText { get; set; }
var string = vpnCustomEditBox.defaultText;
vpnCustomEditBox.defaultText = string;
Public Property DefaultText As String
Property Value
Not supported.
Windows requirements
App capabilities |
networkingVpnProvider
|