Właściwość Event.Type
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property Type As String
Get
Set
'Użycie
Dim instance As Event
Dim value As String
value = instance.Type
instance.Type = value
public string Type { get; set; }
public:
property String^ Type {
String^ get ();
void set (String^ value);
}
member Type : string with get, set
function get Type () : String
function set Type (value : String)
Wartość właściwości
Typ: System.String
Tylko do odczytu ciąg zawierający nazwę zdarzenie jest zarejestrowany serwer raportów.