다음을 통해 공유


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 속성을 빈 문자열로 설정하려고 한 경우

설명

참고

이 속성은 사용되지 않습니다. 용도 더 이상 권장.

적용 대상