'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Shared ReadOnly Property DefaultSubconditionNames As String()
'Usage
Dim value() As String value = AEConditionElement.DefaultSubconditionNames
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public static string[] DefaultSubconditionNames {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public: static property array<String^>^ DefaultSubconditionNames { array<String^>^ get(); }