'Declaration
<NotNullAttribute()> Property NetworkSecurity As NetworkSecurity
'Usage
Dim instance As _KerberosTokenInfo Dim value As NetworkSecurity instance.NetworkSecurity = value value = instance.NetworkSecurity
[NotNull()] NetworkSecurity NetworkSecurity {get; set;}
[NotNull()] property NetworkSecurity^ NetworkSecurity { NetworkSecurity^ get(); void set ( NetworkSecurity^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).