共用方式為


MdmAlert.Format 屬性

定義

MDM 警示的資料格式。

public:
 property MdmAlertDataType Format { MdmAlertDataType get(); void set(MdmAlertDataType value); };
MdmAlertDataType Format();

void Format(MdmAlertDataType value);
public MdmAlertDataType Format { get; set; }
var mdmAlertDataType = mdmAlert.format;
mdmAlert.format = mdmAlertDataType;
Public Property Format As MdmAlertDataType

屬性值

MdmAlertDataType列舉值。

適用於