2 writes to kind
System.Data.Services (2)
System\Data\Services\Providers\ResourceProperty.cs (2)
66
this.
kind
= kind;
154
this.
kind
= value;
2 references to kind
System.Data.Services (2)
System\Data\Services\Providers\ResourceProperty.cs (2)
147
return this.
kind
;
225
return ResourceProperty.IsOfKind(this.
kind
, checkKind);