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
- PropertyName
Type: System..::.String
The name of the property to search upon.
- PropertyValue
Type: System..::.String
The value of the property to be searched upon.
- Language
Type: System..::.String
The Language for 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Class
CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Members