OpenEndLine Property
Namespace: Microsoft.Data.Tools.XmlDesignerBase.Model
Assemblies: Microsoft.Data.Tools.Design.XmlCore (in Microsoft.Data.Tools.Design.XmlCore.dll)
Microsoft.Data.Tools.XmlDesignerBase (in Microsoft.Data.Tools.XmlDesignerBase.dll)
Syntax
'Declaration
Public Property OpenEndLine As Integer
Get
Set
'Usage
Dim instance As ElementTextRange
Dim value As Integer
value = instance.OpenEndLine
instance.OpenEndLine = value
public int OpenEndLine { get; set; }
public:
property int OpenEndLine {
int get ();
void set (int value);
}
member OpenEndLine : int with get, set
function get OpenEndLine () : int
function set OpenEndLine (value : int)
Property Value
Type: System..::..Int32