Table of Contents

Interface IItemWithId

Namespace
Myra.MML
Assembly
Myra.dll

Represents an object that has a unique identifier.

public interface IItemWithId

Properties

Id

Gets or sets the unique identifier for this item.

string Id { get; set; }

Property Value

string