[NotNullAttribute]
public Object Content { get; }
<NotNullAttribute>
Public ReadOnly Property Content As Object
Get
public:
[NotNullAttribute]
property Object^ Content {
Object^ get ();
}
[<NotNullAttribute>]
member Content : Object with get