public string? Body { get; set; }
Public Property Body As String
Get
Set
public:
virtual property String^ Body {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Body : string with get, set
override Body : string with get, set