BookmarkScopeInfo.TemporaryId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui identifie de manière univoque BookmarkScope lorsque BookmarkScope se trouve dans un état non initialisé.
public:
property System::String ^ TemporaryId { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string TemporaryId { get; }
public string TemporaryId { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.TemporaryId : string
member this.TemporaryId : string
Public ReadOnly Property TemporaryId As String
Valeur de propriété
Valeur qui identifie de manière univoque BookmarkScope lorsque BookmarkScope se trouve dans un état non initialisé.
- Attributs
Remarques
Si le BookmarkScope est initialisé, la valeur retournée est null
.