Schedule.Description Özelliği
Alır veya zamanlamayı açıklamasını ayarlar.
Ad Alanı: ReportService2010
Derleme: ReportService2010 (ReportService2010 içinde.dll)
Sözdizimi
'Bildirim
Public Property Description As String
Get
Set
'Kullanım
Dim instance As Schedule
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Özellik Değeri
Tür: System.String
A dize değeri zamanlamayı açıklamasını içerir.