NDoc 1.3.1 SDK

ReferencePath.Path Property

Gets or sets the fully qualified path.

[Visual Basic]
<RefreshProperties(RefreshProperties:=RefreshProperties.All), _  MergableProperty(AllowMerge:=False), _  ReadOnly(IsReadOnly:=True), _  PropertyOrder(Order:=10), _  Description(Description:="A path to search for referenced assemblies.")>
Overrides Public Property Path As String [C#]
[RefreshProperties(RefreshProperties=RefreshProperties.All)]
[MergableProperty(AllowMerge=False)]
[ReadOnly(IsReadOnly=True)]
[PropertyOrder(Order=10)]
[Description(Description="A path to search for referenced assemblies.")]
public override string Path { get; set; } [C++]
[RefreshProperties(RefreshProperties=RefreshProperties.All)]
[MergableProperty(AllowMerge=False)]
[ReadOnly(IsReadOnly=True)]
[PropertyOrder(Order=10)]
[Description(Description="A path to search for referenced assemblies.")]
public: __property String* get_Path(); public: __property void set_Path(String* ); [JScript] public 
   RefreshProperties(RefreshProperties=RefreshProperties.All)
   MergableProperty(AllowMerge=False)
   ReadOnly(IsReadOnly=True)
   PropertyOrder(Order=10)
   Description(Description="A path to search for referenced assemblies.")
override function get Path() : String public 
   RefreshProperties(RefreshProperties=RefreshProperties.All)
   MergableProperty(AllowMerge=False)
   ReadOnly(IsReadOnly=True)
   PropertyOrder(Order=10)
   Description(Description="A path to search for referenced assemblies.")
override function set Path(String);

Property Value

The fully qualified path

Remarks

If path is not rooted, FixedPath is set to false, otherwise it left at its current setting.

If this property is set to a string that ends with "**" then IncludeSubDirectories will be set to true.

Exceptions

Exception TypeCondition
ArgumentNullExceptionpath is a a null reference (Nothing in Visual Basic).
ArgumentOutOfRangeExceptionpath is an empty string.

See Also

ReferencePath Class | NDoc.Core Namespace