WebGetAttribute.IsResponseFormatSetExplicitly Property

Definition

Gets the IsResponseFormatSetExplicitly property.

public:
 property bool IsResponseFormatSetExplicitly { bool get(); };
public bool IsResponseFormatSetExplicitly { get; }
member this.IsResponseFormatSetExplicitly : bool
Public ReadOnly Property IsResponseFormatSetExplicitly As Boolean

Property Value

A value that specifies whether the ResponseFormat property was set.

Remarks

This property is designed to be used by the WCF infrastructure and should never be set from user code.

Applies to