LocalizableLinkLabel.LinkDelimiter Property
Gets or sets the string that is used to mark the beginning and the end of the link area in the text.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Property LinkDelimiter As String
Get
Set
'Usage
Dim instance As LocalizableLinkLabel
Dim value As String
value = instance.LinkDelimiter
instance.LinkDelimiter = value
public string LinkDelimiter { get; set; }
public:
property String^ LinkDelimiter {
String^ get ();
void set (String^ value);
}
member LinkDelimiter : string with get, set
function get LinkDelimiter () : String
function set LinkDelimiter (value : String)
Property Value
Type: System.String
The string that is used as the delimiter of the link.