Table of Contents

Interface IIdentifiable

Namespace
Playnite.SDK.Models
Assembly
Playnite.SDK.dll

Desribes object identifiable by an id.

public interface IIdentifiable

Properties

Id

Gets unique object identifier.

Guid Id { get; }

Property Value

Guid