Gets or sets a collection of directive flags used for pattern matching behavior, if any.
Namespace: ConnectedApps.Cms.Entities.RewriteAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EnumCollection<Flag> Flags { get; set; }
Public Property Flags As EnumCollection(Of Flag)
Get
Set
public:
property EnumCollection<Flag>^ Flags {
EnumCollection<Flag>^ get ();
void set (EnumCollection<Flag>^ value);
}
member Flags : EnumCollection<Flag> with get, set
Property Value
Type:
EnumCollectionFlag
See Also