ExtensionParameter.Error Özelliği
Ayar değeri olan bir sorunu açıklayan bir hata alır.
Ad Alanı: ReportService2010
Derleme: ReportService2010 (ReportService2010 içinde.dll)
Sözdizimi
'Bildirim
Public Property Error As String
Get
Set
'Kullanım
Dim instance As ExtensionParameter
Dim value As String
value = instance.Error
instance.Error = value
public string Error { get; set; }
public:
property String^ Error {
String^ get ();
void set (String^ value);
}
member Error : string with get, set
function get Error () : String
function set Error (value : String)
Özellik Değeri
Tür: System.String
A dize hata açıklamasını içeren.Salt okunur.