Get or set query extended properties.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public IDictionary<string, Object> ExtendedProperties { get; set; }
public IDictionary<string, Object> ExtendedProperties { get; set; }
Public Property ExtendedProperties As IDictionary(Of String, Object)
Get
Set
Public Property ExtendedProperties As IDictionary(Of String, Object)
Get
Set
public:
property IDictionary<String^, Object^>^ ExtendedProperties {
IDictionary<String^, Object^>^ get ();
void set (IDictionary<String^, Object^>^ value);
}
public:
property IDictionary<String^, Object^>^ ExtendedProperties {
IDictionary<String^, Object^>^ get ();
void set (IDictionary<String^, Object^>^ value);
}
member ExtendedProperties : IDictionary<string, Object> with get, set
member ExtendedProperties : IDictionary<string, Object> with get, set
Property Value
Type:
IDictionary String,
Object Extended properties may be used for passing custom query parameters.