FX3ApiInfoGitCommitURL Property |
The URL of the git commit which this version of the FX3Api was built on.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string GitCommitURL { get; }
Public ReadOnly Property GitCommitURL As String
Get
public:
property String^ GitCommitURL {
String^ get ();
}
member GitCommitURL : string with get
Return Value
Type:
String
See Also