Source.Cited Property

Returns a Boolean that represents whether a source has been cited in a document. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Cited As Boolean
    Get
'Usage
Dim instance As Source
Dim value As Boolean

value = instance.Cited
bool Cited { get; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Source Interface

Source Members

Microsoft.Office.Interop.Word Namespace