Click or drag to resize
Sandcastle Help File BuilderSqlTargetDictionary Properties

The SqlTargetDictionary type exposes the following members.

Properties
  NameDescription
Public propertyBuildComponent
This read-only property returns the build component that owns the target dictionary
(Inherited from TargetDictionary.)
Public propertyCount (Overrides TargetDictionaryCount.)
Public propertyDictionaryId
This is used to get or set the target dictionary's unique ID
(Inherited from TargetDictionary.)
Public propertyDirectoryPath
This is used to get or set the path to the target files
(Inherited from TargetDictionary.)
Public propertyFilePattern
This is used to get or set the file pattern to use when searching for target files
(Inherited from TargetDictionary.)
Public propertyIsDisposed
This read-only property can be used to determine whether or not the target dictionary has been disposed.
(Inherited from TargetDictionary.)
Public propertyIsReadOnly (Inherited from TargetDictionary.)
Public propertyItem
Gets or sets the element with the specified key.
(Overrides TargetDictionaryItemString.)
Public propertyKeys (Overrides TargetDictionaryKeys.)
Public propertyNamespaceFileFilter
This read-only property returns any optional namespace files used to filter what gets loaded
(Inherited from TargetDictionary.)
Public propertyRecurse
This is used to get or set whether to recurse into subfolders of DirectoryPath when loading target files.
(Inherited from TargetDictionary.)
Public propertyValues (Overrides TargetDictionaryValues.)
Top
See Also