'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public ReadOnly Property UniformResourceIdentifiers As String()
'Usage
Dim instance As PkiCertificateInfo Dim value() As String value = instance.UniformResourceIdentifiers
[JetBrains.Annotations.NotNull()] public string[] UniformResourceIdentifiers {get;}
[JetBrains.Annotations.NotNull()] public: 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).