BookmarkInfo.OwnerDisplayName Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un nome descrittivo facoltativo utilizzato per debug, convalida, gestione delle eccezioni e rilevamento.
public:
property System::String ^ OwnerDisplayName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string OwnerDisplayName { get; }
public string OwnerDisplayName { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.OwnerDisplayName : string
member this.OwnerDisplayName : string
Public ReadOnly Property OwnerDisplayName As String
Valore della proprietà
Nome descrittivo facoltativo utilizzato per debug, convalida, gestione delle eccezioni e rilevamento.
- Attributi