Dela via


XmlNamespacesElement.String Property

Gets or sets a literal that can be a string.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property String As Literal
'Usage
Dim instance As XmlNamespacesElement 
Dim value As Literal 

value = instance.String

instance.String = value
public Literal String { get; set; }
public:
property Literal^ String {
    Literal^ get ();
    void set (Literal^ value);
}
public function get String () : Literal 
public function set String (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework Security

See Also

Reference

XmlNamespacesElement Class

XmlNamespacesElement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace