XmlSerializationReader.Fixup.Ids Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.