AccessQueryCesiumPropertyTAccessUnknown Property  | 
 
            Gets or sets the value of the property when access is unknown.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic T AccessUnknown { get; set; }Public Property AccessUnknown As T
	Get
	Set
public:
property T AccessUnknown {
	T get ();
	void set (T value);
}member AccessUnknown : 'T with get, set
Property Value
Type: 
T
See Also