SPList.Hidden Property
Definition
public:
property bool Hidden { bool get(); void set(bool value); };
[Microsoft.SharePoint.Client.ClientCallable]
public bool Hidden { get; set; }
member this.Hidden : bool with get, set
Public Property Hidden As Boolean
Property Value
- Attributes
-
ClientCallableAttribute