VpnCustomPromptBooleanInput.InitialValue 属性

定义

获取或设置向用户显示的初始布尔值是 true 还是 false。

public:
 property bool InitialValue { bool get(); void set(bool value); };
bool InitialValue();

void InitialValue(bool value);
public bool InitialValue { get; set; }
var boolean = vpnCustomPromptBooleanInput.initialValue;
vpnCustomPromptBooleanInput.initialValue = boolean;
Public Property InitialValue As Boolean

属性值

Boolean

bool

向用户显示的初始布尔值,TRUE 或 FALSE。

Windows 要求

应用功能
networkingVpnProvider

适用于