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

속성 값

이 속성은 Script 클래스에 대한 현재 .NET 스크립팅 언어를 반환합니다 SrgsDocument .

예외

속성을 null로 설정 Script 하려고 합니다.

속성을 빈 문자열로 설정 Script 하려고 합니다.

설명

메모

이 속성은 더 이상 지원되지 않습니다. 더 이상 사용하지 않는 것이 좋습니다.

적용 대상