Source.ThesisType Property

Thesis Type.Represents the element tag in schema: b:ThesisType

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

Syntax

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

value = instance.ThesisType

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

Property Value

Type: DocumentFormat.OpenXml.Bibliography.ThesisType
Returns ThesisType.

See Also

Reference

Source Class

Source Members

DocumentFormat.OpenXml.Bibliography Namespace