FX3ApiInfoGitCommitSHA1 Property |
The hast for 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 GitCommitSHA1 { get; set; }
Public Property GitCommitSHA1 As String
Get
Set
public:
property String^ GitCommitSHA1 {
String^ get ();
void set (String^ value);
}
member GitCommitSHA1 : string with get, set
Return Value
Type:
String
See Also