public string Category { get; set; }
Returns ID as string when category is null or empty. Automatically converts null/empty strings to ID representation.
当类别为空时返回ID的字符串形式。自动将null/空字符串转换为ID表示。
In This Article