SdkResolverContext.State Property

Definition

Gets or sets any custom state for current build. This allows resolvers to maintain state between resolutions. This property is not thread-safe.

public:
 virtual property System::Object ^ State { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object State { get; set; }
member this.State : obj with get, set
Public Overridable Property State As Object

Property Value

Applies to