C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1LinkTargetFile Class / Parameters Property

In This Topic
Parameters Property (C1LinkTargetFile)
In This Topic
If the FileName parameter specifies an executable file, this is a string specifying the parameters to be passed to the application. The format of this string is determined by the verb that is to be invoked. If FileName specifies a document file, this should be an empty string.
Syntax
'Declaration
 
Public ReadOnly Property Parameters As String
 
See Also