SandcastleProjectRestrictedProperties Property
This returns a collection of restricted property names that cannot be used for user-defined property
names.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public static IReadOnlyCollection<string> RestrictedProperties { get; }
Public Shared ReadOnly Property RestrictedProperties As IReadOnlyCollection(Of String)
Get
public:
static property IReadOnlyCollection<String^>^ RestrictedProperties {
IReadOnlyCollection<String^>^ get ();
}
static member RestrictedProperties : IReadOnlyCollection<string> with get
Property Value
IReadOnlyCollectionString