'Declaration Public Sub Export( _
ByVal profileFilePathA path to a file, where profiles data must be saved.As String _
)
public void Export(
string profileFilePath
)
public: void Export(
string* profileFilePath
)
public:
void Export(
string^ profileFilePath
)
Parameters
- profileFilePath
- A path to a file, where profiles data must be saved.