ValidationContext.DisplayName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要驗證之成員的名稱。
public:
property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public string DisplayName { get; set; }
member this.DisplayName : string with get, set
Public Property DisplayName As String
屬性值
要驗證之成員的名稱。
備註
值 DisplayName 是向用戶顯示的名稱。 如果未明確設定顯示名稱,這個屬性會使用相關聯 DisplayAttribute 物件所指派的值。 如果該屬性不存在,屬性會傳回 屬性的值 MemberName 。