[This is preliminary documentation and is subject to change.]
Shows if the attribute is a required attribute
Namespace:
OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsRequired { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsRequired As Boolean |
Visual C++ |
---|
public: property bool IsRequired { bool get (); void set (bool value); } |