ResourceType.CustomState Property

Definition

Gets or sets a placeholder to hold custom state information about a resource type that is defined by the developer.

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

Property Value

Custom state information defined by the developer.

Applies to