ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGetNotateXpressLayerPasswordEventArgs Class / LayerPassword Property




In This Topic
    LayerPassword Property
    In This Topic
    Gets or sets the password for the current layer.
    Syntax
    'Declaration
     
    Public Property LayerPassword As String
    'Usage
     
    Dim instance As ImGearARTGetNotateXpressLayerPasswordEventArgs
    Dim value As String
     
    instance.LayerPassword = value
     
    value = instance.LayerPassword
    public string LayerPassword {get; set;}
    public: __property string* get_LayerPassword();
    public: __property void set_LayerPassword( 
       string* value
    );
    public:
    property String^ LayerPassword {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also