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] publicRefreshProperties(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 publicRefreshProperties(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);
The fully qualified path
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.
Exception Type | Condition |
---|---|
ArgumentNullException | path is a a null reference (Nothing in Visual Basic). |
ArgumentOutOfRangeException | path is an empty string. |
ReferencePath Class | NDoc.Core Namespace