FileBasedBaseNode.FullPath Property

Definition

public:
 virtual property System::String ^ FullPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Management.UI.VSIntegration.DisplayCategory("FileAttributes")]
[Microsoft.SqlServer.Management.UI.VSIntegration.DisplayNameDescription("FullPath", "FullPathToTheFile")]
[System.ComponentModel.ReadOnly(true)]
[System.Xml.Serialization.XmlIgnore]
public virtual string FullPath { get; set; }
[<Microsoft.SqlServer.Management.UI.VSIntegration.DisplayCategory("FileAttributes")>]
[<Microsoft.SqlServer.Management.UI.VSIntegration.DisplayNameDescription("FullPath", "FullPathToTheFile")>]
[<System.ComponentModel.ReadOnly(true)>]
[<System.Xml.Serialization.XmlIgnore>]
member this.FullPath : string with get, set
Public Overridable Property FullPath As String

Property Value

Attributes

Applies to