Aracılığıyla paylaş


Extension.Visible Özelliği

Bir uzantı kullanıcıya görünür olup olmadığını gösteren bir değeri alır arabirim.

Ad Alanı:  ReportService2006
Derleme:  ReportService2006 (ReportService2006 içinde.dll)

Sözdizimi

'Bildirim
Public Property Visible As Boolean
    Get
    Set
'Kullanım
Dim instance As Extension
Dim value As Boolean

value = instance.Visible

instance.Visible = value
public bool Visible { get; set; }
public:
property bool Visible {
    bool get ();
    void set (bool value);
}
member Visible : bool with get, set
function get Visible () : boolean
function set Visible (value : boolean)

Özellik Değeri

Tür: System.Boolean
doğru uzantısı kullanıcıya görünür ise arabirim; Aksi takdirde, yanlış.