AdditionalPropertiesList Method
In This Topic
Gets a string list of all additional properties, in the form key: value
Syntax
'Declaration
<NotNullAttribute()>
Public Function AdditionalPropertiesList() As String
[NotNull()]
public string AdditionalPropertiesList()
[NotNull()]
public:
String^ AdditionalPropertiesList();
See Also