Password Property (GdViewer)
In This Topic
Set the password used for opening the content of the GdViewer view if that document depend on a password. This allow the user to set the Content of the GdViewer control from the XAML definition and binding it to a ViewModel property If the property is changed it will reload the previously set file
Syntax
'Declaration
Public Property Password As String
public string Password {get; set;}
public read-write property Password: String;
public function get,set Password : String
public: __property string* get_Password();
public: __property void set_Password(
string* value
);
public:
property String^ Password {
String^ get();
void set ( String^ value);
}
See Also