GetProperties Method

Returns the properties defined for the specified language.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Function GetProperties ( _
    language As String _
) As IEnumerable(Of ListingProperty)
'Usage
Dim instance As LanguageListingPropertiesDictionary
Dim language As String
Dim returnValue As IEnumerable(Of ListingProperty)

returnValue = instance.GetProperties(language)
public IEnumerable<ListingProperty> GetProperties(
    string language
)
public:
IEnumerable<ListingProperty^>^ GetProperties(
    String^ language
)

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<ListingProperty>
Properties defined for the specified language.

See Also

Reference

LanguageListingPropertiesDictionary Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace