Share via


IScript.BodyScript Property

Gets or sets a body script.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Property BodyScript As String
string BodyScript { get; set; }
property String^ BodyScript {
    String^ get ();
    void set (String^ value);
}
abstract BodyScript : string with get, set
function get BodyScript () : String
function set BodyScript (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IScript Interface

Microsoft.Data.Schema.SchemaModel.Abstract Namespace