[NotNullAttribute]
public string? FullName { get; set; }<NotNullAttribute>
Public Property FullName As String
Get
Setpublic:
[NotNullAttribute]
property String^ FullName {
String^ get ();
void set (String^ value);
}[<NotNullAttribute>]
member FullName : string with get, set