SdkResolverContext.State 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.
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