ResourceAvailable Property |
Gets or sets a value indicating if the resource is a available.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Available { get; set; }
Public Property Available As Boolean
Get
Set
public:
property bool Available {
bool get ();
void set (bool value);
}
member Available : bool with get, set
Property Value
Type:
Boolean
A value indicating if the resource is a available.
Remarks
Resources marked as unavailable will not be visible
in the drop-down lists in the advanced form (if applicable).
See Also