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