SqlScript.Body Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlScript Class

Microsoft.TeamFoundation.Framework.Server Namespace