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