Part

Body.Part property

Contains an integer index into the metadata of the multipart response. This property MUST be present in multipart responses. This property MUST NOT be present in requests or non-multipart responses.

public int? Part { get; set; }

See Also