[缺少 "P:Store.Domain.Entities.BaseData.Room.BlockInfo" 的 <summary> 文档]
public string? BlockInfo { get; set; }
Public Property BlockInfo As String
Get
Set
public:
property String^ BlockInfo {
String^ get ();
void set (String^ value);
}
member BlockInfo : string with get, set