ModuleBuilder.ScopeName Propriedade
Definição
Obtém uma cadeia de caracteres que representa o nome do módulo dinâmico.Gets a string that represents the name of the dynamic module.
public:
virtual property System::String ^ ScopeName { System::String ^ get(); };
public override string ScopeName { get; }
member this.ScopeName : string
Public Overrides ReadOnly Property ScopeName As String
Valor da propriedade
O nome do módulo dinâmico.The name of the dynamic module.