SdkResult.Path 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 path to the SDK.
Null if Success == false
public: virtual property System::String ^ Path { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public virtual string Path { get; protected set; }
member this.Path : string with get, set
Public Overridable Property Path As String
Property Value
The resolved path to the SDK. null
if Success is false
.