public required IFileContent Content { get; init; }Public Property Content As IFileContent
Get
Setpublic:
property IFileContent^ Content {
IFileContent^ get ();
void set (IFileContent^ value);
}member Content : IFileContent with get, set