StatusingDataSet.ResourceCustomFieldsRow.DUR_FMT Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the display format for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION.
public:
property System::Byte DUR_FMT { System::Byte get(); void set(System::Byte value); };
public byte DUR_FMT { get; set; }
member this.DUR_FMT : byte with get, set
Public Property DUR_FMT As Byte
Property Value
Remarks
DUR_FMT must be specified if the FIELD_TYPE_ENUM property is set to type DURATION. Otherwise, later use of this project can result in unpredictable behavior, including possible data loss.