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