'Declaration
<DataMemberAttribute()> <ElementsNotNullAttribute()> Public Property ReturnedAttributesByCategory As AEAttributeSetDictionary
'Usage
Dim instance As AESubscriptionParameters Dim value As AEAttributeSetDictionary instance.ReturnedAttributesByCategory = value value = instance.ReturnedAttributesByCategory
[DataMember()] [ElementsNotNull()] public AEAttributeSetDictionary ReturnedAttributesByCategory {get; set;}
[DataMember()] [ElementsNotNull()] public: property AEAttributeSetDictionary^ ReturnedAttributesByCategory { AEAttributeSetDictionary^ get(); void set ( AEAttributeSetDictionary^ value); }