ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTEncryption Class / Password Property




In This Topic
    Password Property (ImGearARTEncryption)
    In This Topic
    Gets or sets the encryption password.
    Syntax
    'Declaration
     
    Public Property Password As String
    'Usage
     
    Dim instance As ImGearARTEncryption
    Dim value As String
     
    instance.Password = value
     
    value = instance.Password
    public string Password {get; set;}
    public: __property string* get_Password();
    public: __property void set_Password( 
       string* value
    );
    public:
    property String^ Password {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also