ArrayOfResolutionType.NumeratorOffsetSpecified Property

Definition

The NumeratorOffsetSpecified property gets or sets a Boolean value that specifies whether the NumeratorOffset property is serialized into the SOAP message. This property is required if the NumeratorOffset property is specified.

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 message; otherwise, the property returns false.

Applies to