'Declaration
Public Property RequiredFieldValueDictionary As StringObjectDictionary
'Usage
Dim instance As UASubscribeDataSetFilter Dim value As StringObjectDictionary instance.RequiredFieldValueDictionary = value value = instance.RequiredFieldValueDictionary
public StringObjectDictionary RequiredFieldValueDictionary {get; set;}
public: property StringObjectDictionary^ RequiredFieldValueDictionary { StringObjectDictionary^ get(); void set ( StringObjectDictionary^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value can be null
(Nothing
in Visual Basic).