Member Junction
    Preparing search index...

    Represents a single field in a composite primary key.

    interface ArchivePrimaryKeyField {
        FieldName: string;
        Value: string;
    }
    Index

    Properties

    Properties

    FieldName: string
    Value: string