Share via


PropertiesRequest.Fields 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 Property Fields As String()
    Get
    Set
'Usage
Dim instance As PropertiesRequest
Dim value As String()

value = instance.Fields

instance.Fields = value
public string[] Fields { get; set; }
public:
property array<String^>^ Fields {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Fields : string[] with get, set
function get Fields () : String[]
function set Fields (value : String[])

Property Value

Type: array<System.String[]
The properties to be brought back.