'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property TrustedEndpointUrlStrings As StringCollection
'Usage
Dim instance As _UACertificateAcceptancePolicy Dim value As StringCollection instance.TrustedEndpointUrlStrings = value value = instance.TrustedEndpointUrlStrings
[ElementsNotNull()] [NotNull()] StringCollection TrustedEndpointUrlStrings {get; set;}
[ElementsNotNull()] [NotNull()] property StringCollection^ TrustedEndpointUrlStrings { StringCollection^ get(); void set ( StringCollection^ value); }