Name

Parent Previous Next

Name

Описание: переменная возвращает или получает имя (Name) фрейма

Синтаксис: string Name { get; set; }


Пример:

FRAMEElement frame = await tester.GetFrameAsync(0);

tester.ConsoleMsg("Name: " + frame.Name);

Created with the Personal Edition of HelpNDoc: Free CHM Help documentation generator