LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

SerializePassword Property (AnnGroupObject)






Gets or sets a value indicating whether the password is saved when this AnnGroupObject object is serialized.
Syntax
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 override bool SerializePassword {get; set;}
 get_SerializePassword();
set_SerializePassword(value);
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.
Remarks
The AnnGroupObject class overrides the AnnObject.SerializePassword to set the AnnObject.SerializePassword property of all objects in the group. For more information, refer to AnnObject.SerializePassword.
Requirements

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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.