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