Aracılığıyla paylaş


Schedule.Creator Özelliği

Alır veya zamanlamayı oluşturan kullanıcının kullanıcı adını ayarlar.

Ad Alanı:  ReportService2010
Derleme:  ReportService2010 (ReportService2010 içinde.dll)

Sözdizimi

'Bildirim
Public Property Creator As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String
A dize zamanlamayı oluşturan kullanıcının kullanıcı adını içerir.