ContentParameters Property
In This Topic
Parameters to further specify the data
Syntax
'Declaration
Public ReadOnly Property ContentParameters As System.Collections.Generic.Dictionary(Of String,String)
'Usage
Dim instance As WebContent
Dim value As System.Collections.Generic.Dictionary(Of String,String)
value = instance.ContentParameters
public System.Collections.Generic.Dictionary<string,string> ContentParameters {get;}
public read-only property ContentParameters: System.Collections.Generic.Dictionary;
public function get ContentParameters : System.Collections.Generic.Dictionary
public: __property System.Collections.Generic.Dictionary<string*,string*>* get_ContentParameters();
public:
property System.Collections.Generic.Dictionary<String^,String^>^ ContentParameters {
System.Collections.Generic.Dictionary<String^,String^>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also