BaseAttributeInfoInternal Property |
Gets a value indicating whether the attribute is for internal use.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool Internal { get; }
Public ReadOnly Property Internal As Boolean
Get
public:
property bool Internal {
bool get ();
}
member Internal : bool with get
Property Value
Type:
Booleantrue if internal; otherwise,
false.
See Also