'Declaration
<System.ComponentModel.CategoryAttribute("Controls")> <System.ComponentModel.DescriptionAttribute("Determines the text of the start lead.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute("")> Public Property StartLeadText As System.String
'Usage
Dim instance As NErmConnector Dim value As System.String instance.StartLeadText = value value = instance.StartLeadText
[System.ComponentModel.Category("Controls")] [System.ComponentModel.Description("Determines the text of the start lead.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue("")] public System.string StartLeadText {get; set;}