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