GraphSerializationSettings.Sort 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.
Sets whether or not the serializer should sort elements before serializing. Default is true. Set this to false for better performance but less readability.
public:
property bool Sort { bool get(); void set(bool value); };
public bool Sort { get; set; }
member this.Sort : bool with get, set
Public Property Sort As Boolean