'Declaration<NotNullAttribute()> Function GetEffectiveDateString() As String
'UsageDim instance As _PkiCertificate Dim value As String value = instance.GetEffectiveDateString()
[NotNull()] string GetEffectiveDateString()
[NotNull()] String^ GetEffectiveDateString();
Return Value
This method never returns null (Nothing in Visual Basic).