Skip to main content Skip to complementary content

GetNxPropertiesAsync Method

Overloads

GetNxPropertiesAsync()

Gets the properties of a field.

GetNxPropertiesAsync(AsyncHandle)

Gets the properties of a field.

GetNxPropertiesAsync<T>(AsyncHandle, Func<Response, T>)

Gets the properties of a field.

GetNxPropertiesAsync()

Gets the properties of a field.

Declaration

      Task<NxFieldProperties> GetNxPropertiesAsync()
    

Returns

Type Description
System.Threading.Tasks.Task<NxFieldProperties>

Remarks

The property OneAndOnlyOne is set to true if one and only value has been selected in the field prior setting the property.

GetNxPropertiesAsync(AsyncHandle)

Gets the properties of a field.

Declaration

      Task<NxFieldProperties> GetNxPropertiesAsync(AsyncHandle asyncHandle)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

Returns

Type Description
System.Threading.Tasks.Task<NxFieldProperties>

Remarks

The property OneAndOnlyOne is set to true if one and only value has been selected in the field prior setting the property.

GetNxPropertiesAsync<T>(AsyncHandle, Func<Response, T>)

Gets the properties of a field.

Declaration

      Task<T> GetNxPropertiesAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Remarks

The property OneAndOnlyOne is set to true if one and only value has been selected in the field prior setting the property.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!