Share via


DeploymentScriptStep.Text Property

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property Text As String
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DeploymentScriptStep Class

Microsoft.Data.Schema.Build Namespace