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
'Usage
Dim instance As IScript 
Dim value As String 

value = instance.BodyScript

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IScript Interface

IScript Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace