[缺少 "P:Store.Domain.BaseEntity.UpdateBy" 的 <summary> 文档]
public string? UpdateBy { get; set; }
Public Property UpdateBy As String
Get
Set
public:
virtual property String^ UpdateBy {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract UpdateBy : string with get, set
override UpdateBy : string with get, set