Gets or sets a value indicating whether to revert back to the original secondary picture used for all
AnnEncryptObject objects.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Property UseOriginalSecondaryPicture As Boolean |
C# | |
---|
public static bool UseOriginalSecondaryPicture {get; set;} |
C++/CLI | |
---|
public:
static property bool UseOriginalSecondaryPicture {
bool get();
void set (bool value);
} |
Return Value
true to revert back to the original secondary picture used for all
AnnEncryptObject objects; otherwise, false to use the new picture if any.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also