| Visual Basic | |
|---|---|
Sub GetArchiveServerLog( _ ByRef pbsRetLogs As System.String _ ) | |
| C# | |
|---|---|
void GetArchiveServerLog( out System.string pbsRetLogs ) | |
| C++/CLI | |
|---|---|
void GetArchiveServerLog( & [Out] System.String^ pbsRetLogs ) | |
Parameters
- pbsRetLogs
- Text in the archive server's log
See the IEdmVault20 examples.
SOLIDWORKS PDM Professional 2019