共用方式為


SrgsDocument.Script 屬性

定義

取得或設定 SrgsDocument 類別的 .NET 指令碼語言。

public:
 property System::String ^ Script { System::String ^ get(); void set(System::String ^ value); };
public string Script { get; set; }
member this.Script : string with get, set
Public Property Script As String

屬性值

String

Script 屬性會傳回 SrgsDocument 類別目前的 .NET 指令碼語言。

例外狀況

嘗試將 Script 屬性設為 null。

嘗試將 Script 屬性設為空字串。

備註

注意

這個屬性已被取代。 不再建議使用。

適用於