Share via


XPathExpressionBlock.FixedProperties Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property FixedProperties As SortedList
    Get
'Usage
Dim instance As XPathExpressionBlock
Dim value As SortedList

value = instance.FixedProperties
public SortedList FixedProperties { get; }
public:
property SortedList^ FixedProperties {
    SortedList^ get ();
}
member FixedProperties : SortedList
function get FixedProperties () : SortedList

Property Value

Type: System.Collections.SortedList
The list of fixed properties.