XmlReadLinkFields.Field Property
Gets the specified field in the 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 Field As String
Get
'Usage
Dim instance As XmlReadLinkFields
Dim value As String
value = instance.Field
public string Field { get; }
public:
property String^ Field {
String^ get ();
}
member Field : string
function get Field () : String
Property Value
Type: System.String
The attribute field name.