XmlSerializationReader.Fixup.Ids Property

Definition

Gets or sets an array of keys for the objects that belong to the Source property whose values get filled in by the callback implementation.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <System::String ^> ^ Ids { cli::array <System::String ^> ^ get(); };
public string?[]? Ids { get; }
public string[] Ids { get; }
member this.Ids : string[]
Public ReadOnly Property Ids As String()

Property Value

String[]

The array of keys.

Remarks

The objects can be a SOAP-encoded array or items that belong to a Web service method that maps to a SOAP-encoded message.

Applies to