Gets or sets a value indicating whether to revert back to the original primary picture used for all
AnnEncryptObject objects.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Property UseOriginalPrimaryPicture As Boolean |
C# | |
---|
public static bool UseOriginalPrimaryPicture {get; set;} |
C++/CLI | |
---|
public:
static property bool UseOriginalPrimaryPicture {
bool get();
void set (bool value);
} |
Return Value
true to revert back to the original primary 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