FX3ApiInfoGitURL Property |
The base git remote URL which this version of the FX3Api was build on.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string GitURL { get; set; }
Public Property GitURL As String
Get
Set
public:
property String^ GitURL {
String^ get ();
void set (String^ value);
}
member GitURL : string with get, set
Return Value
Type:
String
See Also