ProjectIdentifier.Identifier 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 l'oggetto ProjectIdentifier. Si tratta in genere del GUID del progetto.
public:
property System::String ^ Identifier { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public string? Identifier { get; }
[System.Runtime.Serialization.DataMember(Order=2)]
public string? Identifier { [System.Runtime.CompilerServices.IsReadOnly] get; init; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.Identifier : string
[<System.Runtime.Serialization.DataMember(Order=2)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Identifier : string with get, set
Public ReadOnly Property Identifier As String
Public Property Identifier As String
Valore della proprietà
- Attributi