DocumentHeaderPropertiesIfNoneMatch Property |
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string IfNoneMatch { get; set; }
Public Property IfNoneMatch As String
Get
Set
public:
property String^ IfNoneMatch {
String^ get ();
void set (String^ value);
}
member IfNoneMatch : string with get, set
Property Value
Type:
StringSee Also