ValidationOperation.FolderName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the folder.
public:
property System::String ^ FolderName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Folder Name")]
[System.ComponentModel.ReadOnly(true)]
public string FolderName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Folder Name")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.FolderName : string
Public ReadOnly Property FolderName As String
Property Value
The name of the folder.
- Attributes