Share via


SdkResult.Path Property

Definition

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.

Applies to