'Declaration<JetBrains.Annotations.NotNullAttribute()> ReadOnly Property IPAddresses As String()
'UsageDim instance As IPkiCertificateInfo Dim value() As String value = instance.IPAddresses
[JetBrains.Annotations.NotNull()] string[] IPAddresses {get;}
[JetBrains.Annotations.NotNull()] property array<String^>^ IPAddresses { array<String^>^ get(); }
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).