AccessQueryGraphicsParameter<T>.AccessExists Property |
Gets or sets the value to return if access exists.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic T AccessExists { get; set; }
Public Property AccessExists As T
Get
Set
public:
property T AccessExists {
T get ();
void set (T value);
}
member AccessExists : 'T with get, set
Property Value
Type:
T
See Also