Id property

FolderId? Id
Gets the Id of the folder.

Implementation

FolderId? get Id =>
    this.PropertyBag[this.GetIdPropertyDefinition()] as FolderId?;