XmlNamespacesElement.String Property

Gets a literal that can be a string.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property String As StringLiteral 
    Get 
    Set
'Usage
Dim instance As XmlNamespacesElement 
Dim value As StringLiteral 

value = instance.String

instance.String = value
public StringLiteral String { get; set; }
public:
property StringLiteral^ String {
    StringLiteral^ get ();
    void set (StringLiteral^ value);
}
member String : StringLiteral with get, set
function get String () : StringLiteral 
function set String (value : StringLiteral)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
A literal that can be a string.

See Also

Reference

XmlNamespacesElement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace