'Declaration<JetBrains.Annotations.NotNullAttribute()> Function GetSecurityIds() As IEnumerable(Of String)
'UsageDim instance As IReadOnlyNameAndPasswordUserManager2 Dim value As IEnumerable(Of String) value = instance.GetSecurityIds()
[JetBrains.Annotations.NotNull()] IEnumerable<string> GetSecurityIds()
[JetBrains.Annotations.NotNull()] IEnumerable<String^>^ GetSecurityIds();
Return Value
This method never returns null (Nothing in Visual Basic).
The individual elements of the returned value are never null (Nothing in Visual Basic).