'Declaration Overloads Function GetOwner( _ ByVal culture As String, _ ByVal resourceName As String, _ ByVal resourceValue As String _ ) As ItemOwners
ItemOwners GetOwner( string culture, string resourceName, string resourceValue )
Parameters
- culture
- A System.String value indicating the culture of the resource.
- resourceName
- A System.String value indicating the name of the resource.
- resourceValue
- A System.String value indicating the value of the resource.
Return Value
An ItemOwners value indicating the owner of the specified resource.