C# Class Conjur.Variable

Conjur variable reference.
Inheritance: Resource
Show file Open project: conjurinc/api-dotnet

Public Methods

Method Description
GetValue ( ) : string

Gets the most recent value of the variable.

Private Methods

Method Description
Variable ( Client client, string name ) : System.Net

Initializes a new instance of the Conjur.Variable class.

Method Details

GetValue() public method

Gets the most recent value of the variable.
public GetValue ( ) : string
return string