public Stream? ContentStream { get; init; }
Public Property ContentStream As Stream Get Set
public: property Stream^ ContentStream { Stream^ get (); void set (Stream^ value); }
member ContentStream : Stream with get, set
In This Article