Class ContainerFileCitation
public class ContainerFileCitation : FileCitation
- Inheritance
-
objectContainerFileCitation
- Inherited Members
Properties
ContainerId
The ID of the container file.
public string ContainerId { get; set; }
Property Value
- string
EndIndex
The index of the last character of the container file citation in the message.
public int EndIndex { get; set; }
Property Value
- int
StartIndex
The index of the first character of the container file citation in the message.
public int StartIndex { get; set; }
Property Value
- int