Entity.NotationName Property |
Gets the name of the optional NDATA attribute on the entity declaration.
[VBScript] Public ReadOnly Property NotationName As String
[JScript] public function get NotationName() : String;
The name of the NDATA attribute. If there is no NDATA, null is returned.