Click or drag to resize

AccessQueryGraphicsParameterT Properties

The AccessQueryGraphicsParameterT generic type exposes the following members.

Properties
  NameDescription
Public propertyAccessExists
Gets or sets the value to return if access exists.
Public propertyAccessUnknown
Gets or sets the value to return if access is unknown.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyNoAccess
Gets or sets the value to return if there is no access.
Public propertyQuery
Gets or sets the access query to evaluate.
Public propertyTimeObserver
Gets or sets the IServiceProvider to use as the time observer for the query.
Top
See Also