DataTypeAttribute.CustomDataType 屬性
定義
取得與資料欄位相關聯的自訂欄位範本名稱。Gets the name of custom field template that is associated with the data field.
public:
property System::String ^ CustomDataType { System::String ^ get(); };
public string CustomDataType { get; }
public string? CustomDataType { get; }
member this.CustomDataType : string
Public ReadOnly Property CustomDataType As String
屬性值
與資料欄位相關聯的自訂欄位範本名稱。The name of the custom field template that is associated with the data field.