Gets the value indicating whether this layer supports queries returning AMF. This flag is determined by checking whether 'AMF' is listed in the server's 'supportedQueryFormats' or, if this metadata is not provided, the server version is 10.0 or above.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property SupportsAmfQueryFormat As Boolean |
C# | |
---|
public bool SupportsAmfQueryFormat {get;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also