CategorySpecificPropertySet.Properties Property

 

A System.Collections.Generic.Dictionary <string,object> object indicating the properties only applicable to the category specified in the CategoryName property. Get this property from the service response.

Syntax

public System.Collections.Generic.Dictionary<string,object> Properties { set; get; }
Public Property Properties As System.Collections.Generic.Dictionary(Of String, Object)