CacheContainerKey.CommitId 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 commit id that this container is linked to.
public:
property System::String ^ CommitId { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public string? CommitId { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.CommitId : string
Public ReadOnly Property CommitId As String
Property Value
- Attributes
Remarks
For containers that are not linked to a certain commit and global to repo, this field should be set to null.