Share via


IndexedXmlPath.PathTypeDesc Property

Gets or sets the string representing the path type description of the IndexedXmlPath.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property PathTypeDesc As String 
    Get 
    Set
'Usage
Dim instance As IndexedXmlPath 
Dim value As String 

value = instance.PathTypeDesc

instance.PathTypeDesc = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string PathTypeDesc { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ PathTypeDesc {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member PathTypeDesc : string with get, set
function get PathTypeDesc () : String 
function set PathTypeDesc (value : String)

Property Value

Type: System.String
The path type description of the IndexedXmlPath.

See Also

Reference

IndexedXmlPath Class

Microsoft.SqlServer.Management.Smo Namespace