| ApiFilterEntryType Property |
This is used to get or set the API entry type
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ApiEntryType EntryType { get; set; }
Public Property EntryType As ApiEntryType
Get
Set
public:
property ApiEntryType EntryType {
ApiEntryType get ();
void set (ApiEntryType value);
}
member EntryType : ApiEntryType with get, set
Property Value
Type:
ApiEntryTypeSee Also