LEADTOOLS Annotations (Leadtools.Annotations assembly)

SerializePassword Property (AnnGroupObject)

Show in webframe





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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.