Share via


Bibliography.BibliographyStyle Property

Returns or sets the name of the active style to use for a bibliography. Read/write.

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

Syntax

'Declaration
Property BibliographyStyle As String
    Get
    Set
'Usage
Dim instance As Bibliography
Dim value As String

value = instance.BibliographyStyle

instance.BibliographyStyle = value
string BibliographyStyle { get; set; }

Property Value

Type: System.String
String

Remarks

For more information, see Working with Building Blocks.

See Also

Reference

Bibliography Interface

Bibliography Members

Microsoft.Office.Interop.Word Namespace