Class UrlCitation
public class UrlCitation : Annotation
- Inheritance
-
objectUrlCitation
- Inherited Members
Properties
EndIndex
The index of the last character of the URL citation in the message.
public int EndIndex { get; set; }
Property Value
- int
StartIndex
The index of the first character of the URL citation in the message.
public int StartIndex { get; set; }
Property Value
- int
Title
The title of the web resource.
public string Title { get; set; }
Property Value
- string
Url
The URL of the web resource.
public string Url { get; set; }
Property Value
- string