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