Share via


XmlReadDoc.Properties Property

Gets the document properties inherited in the assembly. 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 Properties As XmlReadProperties
    Get
'Usage
Dim instance As XmlReadDoc
Dim value As XmlReadProperties

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

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.XmlReadProperties
The properties of the document.