RevisionLogCollection.Item

RevisionLogCollection indexer

Gets RevisionLog by index.

public RevisionLog this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

Returns RevisionLog object.

See Also