DfsuBuilderApplicationVersion Property |
Set the version number of the application writing the file.
Namespace: DHI.Generic.MikeZero.DFS.dfsuAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic int ApplicationVersion { get; set; }
Public Property ApplicationVersion As Integer
Get
Set
public:
virtual property int ApplicationVersion {
int get () sealed;
void set (int value) sealed;
}
abstract ApplicationVersion : int with get, set
override ApplicationVersion : int with get, set
Property Value
Type:
Int32Implements
IDfsuBuilderApplicationVersion
See Also