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