public System.bool IgnoreSerializableAttribute {get; set;}
public read-write property IgnoreSerializableAttribute: System.Boolean;
public function get,set IgnoreSerializableAttribute : System.boolean
public: __property System.bool get_IgnoreSerializableAttribute();
public: __property void set_IgnoreSerializableAttribute(
System.bool value
);
public:
property System.bool IgnoreSerializableAttribute {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property IgnoreSerializableAttribute As System.Boolean
'Usage
Dim instance As DefaultContractResolver
Dim value As System.Boolean
instance.IgnoreSerializableAttribute = value
value = instance.IgnoreSerializableAttribute
Property Value
true
if the
System.SerializableAttribute attribute will be ignored when serializing and deserializing types; otherwise,
false
.
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