Gets or sets the fully qualified path.
[Visual Basic]<MergableProperty(AllowMerge:=False), _ PropertyOrder(Order:=10)>Overridable Public Property Path As String [C#][MergableProperty(AllowMerge=False)][PropertyOrder(Order=10)]public virtual string Path { get; set; } [C++][MergableProperty(AllowMerge=False)][PropertyOrder(Order=10)]public: virtual __property String* get_Path(); public: virtual __property void set_Path(String* ); [JScript] publicMergableProperty(AllowMerge=False)PropertyOrder(Order=10)virtual function get Path() : String publicMergableProperty(AllowMerge=False)PropertyOrder(Order=10)virtual function set Path(String);
The fully qualified path
If the set path is not rooted, FixedPath is set to false, otherwise it left at its current setting.
Exception Type | Condition |
---|---|
ArgumentNullException | set value is a a null reference (Nothing in Visual Basic). |
ArgumentOutOfRangeException | set value is an empty string. |
PathItemBase Class | NDoc.Core Namespace