Gets or sets the SerializationFormat in which the REST web service exposes the data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SerializationFormat ServiceDataFormat { get; set; }
Public Property ServiceDataFormat As SerializationFormat
public: property SerializationFormat ServiceDataFormat { SerializationFormat get (); void set (SerializationFormat value); }