Language.WritingStyleList 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 a string array that contains the names of all writing styles available for the specified language.
public:
property System::Object ^ WritingStyleList { System::Object ^ get(); };
public object WritingStyleList { get; }
member this.WritingStyleList : obj
Public ReadOnly Property WritingStyleList As Object