Source.SourceType Property

Source Type.Represents the element tag in schema: b:SourceType

Namespace:  DocumentFormat.OpenXml.Bibliography
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SourceType As SourceType
    Get
    Set
'Usage
Dim instance As Source
Dim value As SourceType

value = instance.SourceType

instance.SourceType = value
public SourceType SourceType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Bibliography.SourceType
Returns SourceType.

See Also

Reference

Source Class

Source Members

DocumentFormat.OpenXml.Bibliography Namespace