Свойство Machine
The name of the computer on which a job is running.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Property Machine As String
Get
Set
'Применение
Dim instance As Job
Dim value As String
value = instance.Machine
instance.Machine = value
public string Machine { get; set; }
public:
property String^ Machine {
String^ get ();
void set (String^ value);
}
member Machine : string with get, set
function get Machine () : String
function set Machine (value : String)
Значение свойства
Тип: System. . :: . .String
A read-only String.