[Missing <summary> documentation for "P:kintoneDotNET.API.Types.kintoneError.details"]
Namespace: kintoneDotNET.API.TypesAssembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
public List<kintoneErrorDetail> details { get; set; }
Public Property details As List(Of kintoneErrorDetail)
Get
Set
public:
property List<kintoneErrorDetail^>^ details {
List<kintoneErrorDetail^>^ get ();
void set (List<kintoneErrorDetail^>^ value);
}
member details : List<kintoneErrorDetail> with get, set
Property Value
Type:
ListkintoneErrorDetail
Reference