Add Method (TagLocalizedPropertyGroup)
- Last UpdatedAug 21, 2026
- 1 minute read
Adds a TagLocalizedProperty object to the end of the TagLocalizedPropertyGroup.
'Declaration
Public Sub Add( _
ByVal tagLocalizedProperty As TagLocalizedProperty _
)
'Usage
Dim instance As TagLocalizedPropertyGroup
Dim tagLocalizedProperty As TagLocalizedProperty
instance.Add(tagLocalizedProperty)
public void Add(
TagLocalizedProperty tagLocalizedProperty
)
public:
void Add(
TagLocalizedProperty^ tagLocalizedProperty
)
Parameters
- tagLocalizedProperty
- The TagLocalizedProperty object to be added to the end of the TagLocalizedPropertyGroup.