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); }
'Declaration Public Property Password As String
'Usage Dim instance As Layer Dim value As String instance.Password = value value = instance.Password
The password will be automatically encoded for nxp and nxxml files.
When reading in a nxp or nxxml file, a NotateXpress.RequestLayerPassword event will be fired.
Layer Class Layer Members
©2019. Accusoft Corporation. All Rights Reserved.