DjVu Namespace > PrivAndPropSet Class : Item Property |
Public Default Property Item( _ ByVal privOrProp As PrivsAndProps _ ) As Boolean
Dim instance As PrivAndPropSet Dim privOrProp As PrivsAndProps Dim value As Boolean instance.Item(privOrProp) = value value = instance.Item(privOrProp)
public bool this[ PrivsAndProps privOrProp ]; {get; set;}
public: property bool default [PrivsAndProps] { bool get(PrivsAndProps privOrProp); void set (PrivsAndProps privOrProp, bool value); }
true if the privilege/property is set; otherwise false.
To determine user's privilege/property, you should use IsEnabled Method or IsPermitted Method accodring to your intent.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family