GraphSerializationSettings.Sort Property

Sets whether the serializer should sort elements before serializing.

Default is true. Set this to false for better performance but less readability.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Property Sort As Boolean
public bool Sort { get; set; }
public:
property bool Sort {
    bool get ();
    void set (bool value);
}
member Sort : bool with get, set
function get Sort () : boolean 
function set Sort (value : boolean)

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GraphSerializationSettings Class

Microsoft.VisualStudio.GraphModel Namespace