Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride ReadOnly Property Item( _ ByVal name As String _ ) As LimitTest |
C++/CLI | |
---|---|
public: abstract property LimitTest^ Item { LimitTest^ get(String^ name); } |
Parameters
- name
- The name of the limit test to retrieve. The name is case sensitive.
Property Value
The named limit test, or null if no limit test of the supplied name exists.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)