RequireWhenAttributeConditionTypes Property |
The type that should be used to determine whether the decorated member is required or not.
Namespace:
MFiles.VAF.Configuration.Validation
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Type[] ConditionTypes { get; }
Public ReadOnly Property ConditionTypes As Type()
Get
public:
property array<Type^>^ ConditionTypes {
array<Type^>^ get ();
}
Property Value
Type:
Type
See Also