PDFView4NET WPF Edition
ApplyToMembers Property




O2S.Components.PDFView4NET Namespace > ObfuscationAttribute Class : ApplyToMembers Property
Syntax
'Declaration
 
Public Property ApplyToMembers As Boolean
'Usage
 
Dim instance As ObfuscationAttribute
Dim value As Boolean
 
instance.ApplyToMembers = value
 
value = instance.ApplyToMembers
public bool ApplyToMembers {get; set;}
public: __property bool get_ApplyToMembers();
public: __property void set_ApplyToMembers( 
   bool value
);
public:
property bool ApplyToMembers {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObfuscationAttribute Class
ObfuscationAttribute Members