Gets or sets a value indicating whether the password is saved when this
AnnGroupObject object is serialized.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Property SerializePassword As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupObject
Dim value As Boolean
instance.SerializePassword = value
value = instance.SerializePassword
|
C# | |
---|
public override bool SerializePassword {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_SerializePassword()override ;
public: __property void set_SerializePassword(
bool value
)override ; |
C++/CLI | |
---|
public:
property bool SerializePassword override {
bool get();
void set (bool value);
} |
Return Value
true if this password is saved when this
AnnGroupObject object is serialized; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also