Share via


XmlReadProperties.Property Property

Gets the specified property in the Xml Read 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 Property As XmlReadProperty 
    Get
'Usage
Dim instance As XmlReadProperties 
Dim value As XmlReadProperty 

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

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadProperty
The property in the Xml Read Property.

See Also

Reference

XmlReadProperties Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace