ViewOptions.NamePrefix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 elm 頁面上顯示的記錄器名稱前置詞。
public:
property System::String ^ NamePrefix { System::String ^ get(); void set(System::String ^ value); };
public string NamePrefix { get; set; }
member this.NamePrefix : string with get, set
Public Property NamePrefix As String