When not an empty string, specifies the display name of the required security policy of the endpoint.
Syntax
'Declaration
<NotNullAttribute()>
Property SecurityPolicyDisplayName As String
'Usage
Dim instance As _UAEndpointSelectionPolicy
Dim value As String
instance.SecurityPolicyDisplayName = value
value = instance.SecurityPolicyDisplayName
[NotNull()]
string SecurityPolicyDisplayName {get; set;}
[NotNull()]
property String^ SecurityPolicyDisplayName {
String^ get();
void set ( String^ value);
}
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also