SdkResult.Version Property

Definition

Resolved version of the SDK. Can be null or empty if the resolver did not provide a version (e.g. a path based resolver)

Null if Success == false

public:  virtual property System::String ^ Version {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public virtual string Version { get; protected set; }
member this.Version : string with get, set
Public Overridable Property Version As String

Property Value

The resolved version of the SDK. null if Success is false.

Applies to