FindItemParentType.NumeratorOffsetSpecified Property

Definition

The NumeratorOffsetSpecified property gets a value that indicates whether the NumeratorOffset property is serialized into the SOAP response.

public:
 property bool NumeratorOffsetSpecified { bool get(); void set(bool value); };
public bool NumeratorOffsetSpecified { get; set; }
Public Property NumeratorOffsetSpecified As Boolean

Property Value

The NumeratorOffsetSpecified property returns true if the NumeratorOffset property is serialized into the SOAP response; otherwise, the property returns false.

Remarks

This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.

Applies to