Options.BibliographySort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a String that represents the order in which to display sources in the Source Manager dialog box. Read/write.
public:
property System::String ^ BibliographySort { System::String ^ get(); void set(System::String ^ value); };
public string BibliographySort { get; set; }
member this.BibliographySort : string with get, set
Public Property BibliographySort As String
Property Value
String
Remarks
Possible values for the BibliographySort property are Author, Title, Tag, or Year.