GetProperty Method (TagLocalizedPropertyGroup)
- Last UpdatedAug 21, 2026
- 1 minute read
Finds the first TagLocalizedProperty object of the specified Localized property name ignoring the case.
'Declaration
Public Function GetProperty( _
ByVal lcid As ULong, _
ByVal tagLocalizedPropertyName As String _
) As TagLocalizedProperty
'Usage
Dim instance As TagLocalizedPropertyGroup
Dim lcid As ULong
Dim tagLocalizedPropertyName As String
Dim value As TagLocalizedProperty
value = instance.GetProperty(lcid, tagLocalizedPropertyName)
public TagLocalizedProperty GetProperty(
ulong lcid,
string tagLocalizedPropertyName
)
public:
TagLocalizedProperty^ GetProperty(
ulong lcid,
String^ tagLocalizedPropertyName
)
Parameters
- lcid
- tagLocalizedPropertyName
- The Localized prperty name of the TagLocalizedProperty object to find.
Return Value
The TagLocalizedProperty object of the specified Localized property name or null if not found.