'Declaration
Public ReadOnly Property FullPath As String
'Usage
Dim instance As FormDefinitionFile Dim value As String value = instance.FullPath
public string FullPath {get;}
'Declaration
Public ReadOnly Property FullPath As String
'Usage
Dim instance As FormDefinitionFile Dim value As String value = instance.FullPath
public string FullPath {get;}
Exception | Description |
---|---|
System.InvalidOperationException | The Filename property is null. |
This read-only property is similar to the Filename property except that you can use this one to easily find the absolute filename of the form definition file. When you request the value of this property, this object will automatically compose the absolute filename, based on the Filename property and the parent FormSetFile object.
Default value: ""