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