SdkResult.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.