Cuminas DjVu SDK for .NET Framework
Item Property (PrivAndPropSet)



One of PrivsAndProps Enumeration values to determine/specify which privilege/property is checked.
Gets/Sets whether privilege/property is set or not.
Syntax
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);
}

Parameters

privOrProp
One of PrivsAndProps Enumeration values to determine/specify which privilege/property is checked.

Property 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.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

PrivAndPropSet Class
PrivAndPropSet Members

Send Feedback