'Declaration Public Property Exclude As Boolean
'Declaration
Public Property Exclude As Boolean
'Usage Dim instance As ObfuscationAttribute Dim value As Boolean instance.Exclude = value value = instance.Exclude
'Usage
Dim instance As ObfuscationAttribute Dim value As Boolean instance.Exclude = value value = instance.Exclude
public bool Exclude {get; set;}
public: __property bool get_Exclude(); public: __property void set_Exclude( bool value );
public: property bool Exclude { bool get(); void set ( bool value); }
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
ObfuscationAttribute Class ObfuscationAttribute Members