'Declaration
<NotNullAttribute()> Property HostNames As StringCollection
'Usage
Dim instance As _UACreateCertificateArguments Dim value As StringCollection instance.HostNames = value value = instance.HostNames
[NotNull()] StringCollection HostNames {get; set;}
[NotNull()] property StringCollection^ HostNames { 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).