SrgsDocument.Script Propriedade
Definição
Obtém ou define a linguagem .NET para a classe SrgsDocument.Gets or sets the .NET scripting language for the SrgsDocument class.
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
Valor da propriedade
A Script propriedade retorna a linguagem de script .net atual para a SrgsDocument classe.The Script property returns the current .NET scripting language for the SrgsDocument class.
Exceções
Foi feita uma tentativa de definir a propriedade Script para nulo.An attempt is made to set the Script property to null.
É feita uma tentativa de definir a propriedade Script para uma cadeia de caracteres vazia.An attempt is made to set the Script property to an empty string.
Comentários
Observação
Essa propriedade foi substituída.This property has been deprecated. Seu uso não é mais recomendado.Its use is no longer recommended.