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