FindByPropertyNamePropertyValueLanguage Method

Searches the CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable and returns an CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue that matches the search criteria.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Function FindByPropertyNamePropertyValueLanguage ( _
    PropertyName As String, _
    PropertyValue As String, _
    Language As String _
) As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
'Usage
Dim instance As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
Dim PropertyName As String
Dim PropertyValue As String
Dim Language As String
Dim returnValue As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue

returnValue = instance.FindByPropertyNamePropertyValueLanguage(PropertyName, _
    PropertyValue, Language)
public CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue FindByPropertyNamePropertyValueLanguage(
    string PropertyName,
    string PropertyValue,
    string Language
)
public:
CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue^ FindByPropertyNamePropertyValueLanguage(
    String^ PropertyName, 
    String^ PropertyValue, 
    String^ Language
)
public function FindByPropertyNamePropertyValueLanguage(
    PropertyName : String, 
    PropertyValue : String, 
    Language : String
) : CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue

Parameters

  • PropertyValue
    Type: System..::.String
    The value of the property to be searched upon.

Return Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
An CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue that matches the search criteria.

Remarks

Returns an CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue that matches the search criteria.

Permissions

See Also

Reference

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Class

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Members

Microsoft.CommerceServer.Catalog Namespace