DocumentInfo.Item

DocumentInfo indexer

Gets or sets the value associated with the specified key.

public string this[string key] { get; set; }
ParameterDescription
keyThe key whose value to get or set.

See Also