Compartilhar via


Propriedade IVsaEngine.RootMoniker

Define ou obtém o moniker de raiz de um mecanismo de script.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (em Microsoft.Vsa.dll)

Sintaxe

'Declaração
Property RootMoniker As String
string RootMoniker { get; set; }
property String^ RootMoniker {
    String^ get ();
    void set (String^ value);
}
abstract RootMoniker : string with get, set
function get RootMoniker () : String 
function set RootMoniker (value : String)

Valor de propriedade

Tipo: String
Retorna o valor atual de RootMoniker propriedade.

Consulte também

Referência

IVsaEngine Interface

Namespace Microsoft.Vsa