Gets and sets an indicator to attempt to read unknown attributes when loading XML.
public bool LoadUserData {get; set;}
public: __property bool get_LoadUserData();
public: __property void set_LoadUserData(
bool value
);
public:
property bool LoadUserData {
bool get();
void set ( bool value);
}
'Declaration
Public Property LoadUserData As Boolean
'Usage
Dim instance As LoadOptions
Dim value As Boolean
instance.LoadUserData = value
value = instance.LoadUserData
Property Value
A boolean value which is
true to attempt to read unknown attributes when loading XML. Otherwise,
false .