ScriptEditorControl.m_strOrigMoniker Field

Specifies the name of original moniker that was used to create the editor.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Protected m_strOrigMoniker As String
'Usage
Dim value As String

value = Me.m_strOrigMoniker

Me.m_strOrigMoniker = value
protected string m_strOrigMoniker
protected:
String^ m_strOrigMoniker
val mutable m_strOrigMoniker: string
protected var m_strOrigMoniker : String