Gets or sets a value indicating whether the password is saved when this
AnnGroupObject object is serialized.
public override bool SerializePassword {get; set;}
'Declaration
Public Overrides Property SerializePassword As Boolean
'Usage
Dim instance As AnnGroupObject
Dim value As Boolean
instance.SerializePassword = value
value = instance.SerializePassword
public:
property bool SerializePassword {
bool get() override;
void set ( bool value) override;
}
Property Value
true if this password is saved when this
AnnGroupObject object is serialized; false otherwise.