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