Returns a NamedStyle.BuiltIn object that represents the culture-independent name of this style. This is only useful for built-in styles that come with Word. Any custom styles will return UserDefined.

<table class="wysiwyg-macro" data-macro-name="unmigrated-wiki-markup" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3VubWlncmF0ZWQtd2lraS1tYXJrdXB9&amp;locale=en_GB&amp;version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre>
 public BuiltIn BuiltInStyleName{ get; }
</pre></td></tr></table>
<p>Public ReadOnly Property BuiltInStyleName() As BuiltIn</p>

          NamedStyle.BuiltIn builtInStyle = namedStyl.BuiltInStyleName;
        

          Dim builtInStyle As NamedStyle.BuiltIn = namedStyl.BuiltInStyleName