←Select platform

SerializePassword Property

Summary

Gets or sets a value indicating whether the password is saved when this AnnGroupObject object is serialized.

Syntax

C#
VB
C++
public override bool SerializePassword { get; set; } 
  
Public Overrides Property SerializePassword As Boolean 
public: 
property bool SerializePassword { 
   bool get() override; 
   void set (    bool ) 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly