Visual Basic (Declaration)
Public ReadOnly Property SafeFileNames As String()
Dim instance As FileDialog
Dim value As String()
value = instance.SafeFileNames
public string[] SafeFileNames { get; }
public:
property array<String^>^ SafeFileNames {
array<String^>^ get ();
}
public function get SafeFileNames () : String[]
You cannot set this property in XAML.