Class PageLocationCitation
public class PageLocationCitation : LocationCitation
- Inheritance
-
objectPageLocationCitation
- Inherited Members
Properties
EndPageNumber
Required.
public int EndPageNumber { get; set; }
Property Value
- int
StartPageNumber
Required. Required range: x >= 1
public int StartPageNumber { get; set; }
Property Value
- int
Type
Required.
public override CitationType Type { get; }