BraintreeEncryption.Library.Braintree.GetVersion C# (CSharp) Method

GetVersion() public method

public GetVersion ( ) : String
return String
        public String GetVersion()
        {
            return Version;
        }