Udostępnij za pośrednictwem


Właściwość Schedule.Creator

Pobiera lub ustawia nazwę użytkownika, który utworzył harmonogramu.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.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 wartość zawierającego nazwę użytkownika, który utworzył harmonogramu.