ProjectIdentifier.Identifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ProjectIdentifier. This is usually the project GUID.
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
Property Value
- Attributes