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;} |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also