'Declaration
<DataMemberAttribute()> Public Property TrustedEndpointUrlStrings As StringCollection
'Usage
Dim instance As UACertificateAcceptancePolicy Dim value As StringCollection instance.TrustedEndpointUrlStrings = value value = instance.TrustedEndpointUrlStrings
[DataMember()] public StringCollection TrustedEndpointUrlStrings {get; set;}
[DataMember()] public: 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).