Subscription.EventType Özelliği
Abonelik tetikleyen olay türü alır.
Ad Alanı: ReportService2010
Derleme: ReportService2010 (ReportService2010 içinde.dll)
Sözdizimi
'Bildirim
Public Property EventType As String
Get
Set
'Kullanım
Dim instance As Subscription
Dim value As String
value = instance.EventType
instance.EventType = value
public string EventType { get; set; }
public:
property String^ EventType {
String^ get ();
void set (String^ value);
}
member EventType : string with get, set
function get EventType () : String
function set EventType (value : String)
Özellik Değeri
Tür: System.String
A dize abonelik tetikleyen olay türü içeren değer.