Właściwość Schedule.Creator
Pobiera lub ustawia nazwę użytkownika, który utworzył harmonogramu.
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
Public Property Creator As String
Get
Set
'Użycie
Dim instance As Schedule
Dim value As String
value = instance.Creator
instance.Creator = value
public string Creator { get; set; }
public:
property String^ Creator {
String^ get ();
void set (String^ value);
}
member Creator : string with get, set
function get Creator () : String
function set Creator (value : String)
Wartość właściwości
Typ: System.String
A ciąg zawiera nazwę użytkownika, który utworzył harmonogramu.