'Declaration
<NotNullAttribute()> Public Shared ReadOnly Property DefaultSubconditionNames As String()
'Usage
Dim value() As String value = AEConditionElement.DefaultSubconditionNames
[NotNull()] public static string[] DefaultSubconditionNames {get;}
[NotNull()] public: static property array<String^>^ DefaultSubconditionNames { array<String^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).